diff options
author | Rosy Song <rosysong@rosinson.com> | 2018-06-12 15:49:50 +0800 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2018-12-18 09:44:00 +0100 |
commit | 6d59535b6ac53cedf499ca0351e5279f183af2e3 (patch) | |
tree | e8b28ea5d8c6d105f6cb9807593b560e8f89965b /package | |
parent | cd116c6d5c8e41b40eb456a5bc7f7013e7661124 (diff) | |
download | upstream-6d59535b6ac53cedf499ca0351e5279f183af2e3.tar.gz upstream-6d59535b6ac53cedf499ca0351e5279f183af2e3.tar.bz2 upstream-6d59535b6ac53cedf499ca0351e5279f183af2e3.zip |
nftables: bump to version 0.9.0
Signed-off-by: Rosy Song <rosysong@rosinson.com>
(backported from 1ee98fdef3d6d71c1b0b3b120a9e24ac4b93c94f)
Diffstat (limited to 'package')
-rw-r--r-- | package/network/utils/nftables/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/network/utils/nftables/Makefile b/package/network/utils/nftables/Makefile index c7f8a946be..f3bdc5caee 100644 --- a/package/network/utils/nftables/Makefile +++ b/package/network/utils/nftables/Makefile @@ -7,12 +7,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=nftables -PKG_VERSION:=0.8.5 +PKG_VERSION:=0.9.0 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=https://netfilter.org/projects/$(PKG_NAME)/files -PKG_HASH:=8e9baf80a1c7f0e19e5b50e469bda4487793d839da45c75e8a20fadcbaeae323 +PKG_HASH:=ad8181b5fcb9ca572f444bed54018749588522ee97e4c21922648bb78d7e7e91 PKG_MAINTAINER:=Steven Barth <steven@midlink.org> PKG_LICENSE:=GPL-2.0 |