tllist: update to 1.1.0.
This commit is contained in:
parent
446e2dc16a
commit
bd31833a6d
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'tllist'
|
# Template file for 'tllist'
|
||||||
pkgname=tllist
|
pkgname=tllist
|
||||||
version=1.0.5
|
version=1.1.0
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc=$pkgname
|
wrksrc=$pkgname
|
||||||
build_style=meson
|
build_style=meson
|
||||||
|
@ -8,8 +8,8 @@ short_desc="C header file only implementation of a typed linked list"
|
||||||
maintainer="Isaac Freund <ifreund@ifreund.xyz>"
|
maintainer="Isaac Freund <ifreund@ifreund.xyz>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://codeberg.org/dnkl/tllist"
|
homepage="https://codeberg.org/dnkl/tllist"
|
||||||
distfiles="${homepage}/archive/${version}.tar.gz"
|
distfiles="https://codeberg.org/dnkl/tllist/archive/${version}.tar.gz"
|
||||||
checksum=b0f32c9b2c2015c8d8dd068fd4e8b586aa91ca1670badc274ec962559ee0aadd
|
checksum=0e7b7094a02550dd80b7243bcffc3671550b0f1d8ba625e4dff52517827d5d23
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Reference in New Issue