mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
libnftnl: update to 1.1.0.
This commit is contained in:
parent
42f4f2a295
commit
fe7ef612f4
1 changed files with 5 additions and 5 deletions
|
@ -1,16 +1,16 @@
|
||||||
# Template file for 'libnftnl'
|
# Template file for 'libnftnl'
|
||||||
pkgname=libnftnl
|
pkgname=libnftnl
|
||||||
version=1.0.9
|
version=1.1.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="libmnl-devel"
|
makedepends="libmnl-devel"
|
||||||
short_desc="Low-level netlink interface to nf_tables"
|
short_desc="Low-level netlink interface to nf_tables"
|
||||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="GPL-2"
|
license="GPL-2.0-or-later"
|
||||||
homepage="http://www.netfilter.org/projects/libnftnl/"
|
homepage="https://www.netfilter.org/projects/libnftnl/"
|
||||||
distfiles="http://www.netfilter.org/projects/${pkgname}/files/${pkgname}-${version}.tar.bz2"
|
distfiles="https://www.netfilter.org/projects/${pkgname}/files/${pkgname}-${version}.tar.bz2"
|
||||||
checksum=fec1d824aee301e59a11aeaae2a2d429cb99ead81e6bafab791a4dd6569b3635
|
checksum=ec0eaca11b165110c2b61e6a7b50a7a0a9b17fa04a0c333f795bec2d19f78f6c
|
||||||
|
|
||||||
libnftnl-devel_package() {
|
libnftnl-devel_package() {
|
||||||
depends="${sourcepkg}>=${version}_${revision}"
|
depends="${sourcepkg}>=${version}_${revision}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue