libvarlink: update to 23.
This commit is contained in:
parent
9e5b86d801
commit
fdecc767d6
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'libvarlink'
|
# Template file for 'libvarlink'
|
||||||
pkgname=libvarlink
|
pkgname=libvarlink
|
||||||
version=22
|
version=23
|
||||||
revision=1
|
revision=1
|
||||||
build_style=meson
|
build_style=meson
|
||||||
short_desc="C implementation of the Varlink protocol and command line tool"
|
short_desc="C implementation of the Varlink protocol and command line tool"
|
||||||
|
@ -8,7 +8,7 @@ maintainer="Érico Nogueira <ericonr@disroot.org>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
homepage="https://varlink.org/"
|
homepage="https://varlink.org/"
|
||||||
distfiles="https://github.com/varlink/libvarlink/archive/refs/tags/${version}.tar.gz"
|
distfiles="https://github.com/varlink/libvarlink/archive/refs/tags/${version}.tar.gz"
|
||||||
checksum=932c0d7c3d2d8acdf5878d8fd8006887c5855189688d19eb09125682740b99bb
|
checksum=a5575e070e446e7c4486d424393950e6cb7a3b376ee20d517b0c13a876659a8d
|
||||||
|
|
||||||
libvarlink-devel_package() {
|
libvarlink-devel_package() {
|
||||||
depends="${sourcepkg}>=${version}_${revision}"
|
depends="${sourcepkg}>=${version}_${revision}"
|
||||||
|
|
Loading…
Reference in a new issue