1
0
Fork 0
mirror of https://github.com/pygos/build.git synced 2024-11-22 11:09:46 +01:00

Bump nftables version

Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>
This commit is contained in:
David Oberhollenzer 2018-06-19 20:52:45 +02:00
parent 4b3832bbb5
commit 4452aa2314

View file

@ -1,8 +1,8 @@
VERSION="0.8.5" VERSION="0.9.0"
SRCDIR="nftables-${VERSION}" SRCDIR="nftables-${VERSION}"
TARBALL="${SRCDIR}.tar.bz2" TARBALL="${SRCDIR}.tar.bz2"
URL="https://netfilter.org/projects/nftables/files" URL="https://netfilter.org/projects/nftables/files"
SHA256SUM="8e9baf80a1c7f0e19e5b50e469bda4487793d839da45c75e8a20fadcbaeae323" SHA256SUM="ad8181b5fcb9ca572f444bed54018749588522ee97e4c21922648bb78d7e7e91"
DEPENDS="libmnl libnftnl gmp readline ncurses" DEPENDS="libmnl libnftnl gmp readline ncurses"
prepare() { prepare() {