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:
parent
ab2492ea6a
commit
74ea27e37c
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
||||||
VERSION="0.8.3"
|
VERSION="0.8.4"
|
||||||
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="d16be1f5db88e95d29fc0b0e4df88acd079f3ee8e2b872ec7673f9a0d5d95e38"
|
SHA256SUM="ef372ee4592b07852f4cac233584ead7cbd08fa3041b2d3ff3d3590c8d76769f"
|
||||||
DEPENDS="libmnl libnftnl gmp readline ncurses"
|
DEPENDS="libmnl libnftnl gmp readline ncurses"
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
|
|
Loading…
Reference in a new issue