nftables: update to 1.0.6.
This commit is contained in:
parent
e2601b186c
commit
cdf6ee84c0
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'nftables'
|
||||
pkgname=nftables
|
||||
version=1.0.5
|
||||
revision=2
|
||||
version=1.0.6
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--sbindir=/usr/bin --with-json
|
||||
--with-python-bin=/bin/python3 --with-cli=readline"
|
||||
|
@ -11,8 +11,8 @@ short_desc="Netfilter nftables userspace tools"
|
|||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||
license="GPL-2.0-only"
|
||||
homepage="http://netfilter.org/projects/nftables/"
|
||||
distfiles="http://www.netfilter.org/projects/${pkgname}/files/${pkgname}-${version}.tar.bz2"
|
||||
checksum=8d1b4b18393af43698d10baa25d2b9b6397969beecac7816c35dd0714e4de50a
|
||||
distfiles="http://www.netfilter.org/projects/${pkgname}/files/${pkgname}-${version}.tar.xz"
|
||||
checksum=2407430ddd82987670e48dc2fda9e280baa8307abec04ab18d609df3db005e4c
|
||||
|
||||
post_extract() {
|
||||
autoreconf -fi
|
||||
|
|
Loading…
Reference in New Issue