mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-26 19:13:51 +02:00
nftables: update to 1.0.0.
This commit is contained in:
parent
b8a37f3578
commit
aedf33a813
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'nftables'
|
# Template file for 'nftables'
|
||||||
pkgname=nftables
|
pkgname=nftables
|
||||||
version=0.9.9
|
version=1.0.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--sbindir=/usr/bin --with-json --with-python-bin=/bin/python3"
|
configure_args="--sbindir=/usr/bin --with-json --with-python-bin=/bin/python3"
|
||||||
|
@ -11,7 +11,7 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="GPL-2.0-only"
|
license="GPL-2.0-only"
|
||||||
homepage="http://netfilter.org/projects/nftables/"
|
homepage="http://netfilter.org/projects/nftables/"
|
||||||
distfiles="http://www.netfilter.org/projects/${pkgname}/files/${pkgname}-${version}.tar.bz2"
|
distfiles="http://www.netfilter.org/projects/${pkgname}/files/${pkgname}-${version}.tar.bz2"
|
||||||
checksum=76ef2dc7fd0d79031a8369487739a217ca83996b3a746cec5bda79da11e3f1b4
|
checksum=58bf547daf967a2b88ecb4f425f126006ebde22711db806b25c1d6cf84fe45f4
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vsv nftables
|
vsv nftables
|
||||||
|
|
Loading…
Add table
Reference in a new issue