diff options
author | Rosy Song <rosysong@rosinson.com> | 2018-06-12 15:49:32 +0800 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2018-12-18 09:43:59 +0100 |
commit | cd116c6d5c8e41b40eb456a5bc7f7013e7661124 (patch) | |
tree | 7160bae3525dcb87373aa802ee947323e370782b /package/libs/libnftnl | |
parent | 21bcc90b1021d6137b89ebd02454c871f34ecd5d (diff) | |
download | upstream-cd116c6d5c8e41b40eb456a5bc7f7013e7661124.tar.gz upstream-cd116c6d5c8e41b40eb456a5bc7f7013e7661124.tar.bz2 upstream-cd116c6d5c8e41b40eb456a5bc7f7013e7661124.zip |
libnftnl: bump to version 1.1.1
Signed-off-by: Rosy Song <rosysong@rosinson.com>
(backported from 9d6a0352e7af9aef95f4d983e39516b76e7fc8ba)
Diffstat (limited to 'package/libs/libnftnl')
-rw-r--r-- | package/libs/libnftnl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/libs/libnftnl/Makefile b/package/libs/libnftnl/Makefile index b23dd2579f..0fafcb7858 100644 --- a/package/libs/libnftnl/Makefile +++ b/package/libs/libnftnl/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libnftnl -PKG_VERSION:=1.1.0 +PKG_VERSION:=1.1.1 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=https://netfilter.org/projects/$(PKG_NAME)/files -PKG_HASH:=ec0eaca11b165110c2b61e6a7b50a7a0a9b17fa04a0c333f795bec2d19f78f6c +PKG_HASH:=5d6a65413f27ec635eedf6aba033f7cf671d462a2afeacc562ba96b19893aff2 PKG_MAINTAINER:=Steven Barth <steven@midlink.org> PKG_LICENSE:=GPL-2.0+ |