diff options
author | Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com> | 2019-05-30 07:30:38 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com> | 2019-05-30 07:31:22 +0200 |
commit | ebb45bb5592d14b02385e3250276942539d638a6 (patch) | |
tree | 056109d5bca179d867e82e96be349b20a3de72d5 /net/openconnect | |
parent | 8e62aeef46bc909debe6bbcb94e44d1761b29018 (diff) |
openconnect: updated to 8.03
Resolves: #8218
Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
Diffstat (limited to 'net/openconnect')
-rw-r--r-- | net/openconnect/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/openconnect/Makefile b/net/openconnect/Makefile index bfd4d3fc3..d75d2af01 100644 --- a/net/openconnect/Makefile +++ b/net/openconnect/Makefile @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=openconnect -PKG_VERSION:=8.01 +PKG_VERSION:=8.03 PKG_RELEASE:=1 PKG_USE_MIPS16:=0 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=ftp://ftp.infradead.org/pub/openconnect/ -PKG_HASH:=48868a4f99c81a7474d87fbabb41b8eaa7d32b54771c9f23a7aea72d9cd626fd +PKG_HASH:=908cff9b1ce266b6bb7f969a7f62723543ab94719ba3c95a150fe3894cbc9ef2 PKG_LICENSE:=LGPLv2.1+ PKG_CONFIG_DEPENDS:= \ |