diff options
author | DENG Qingfang <dengqf6@mail2.sysu.edu.cn> | 2019-10-12 15:15:46 +0800 |
---|---|---|
committer | DENG Qingfang <dengqf6@mail2.sysu.edu.cn> | 2019-10-12 15:15:46 +0800 |
commit | 81f6ef0013fdad30dfdb4f154dbd2f9afc36239d (patch) | |
tree | 6a1e64502441f21d1add44febc957ec81858ac35 /net/openconnect | |
parent | 679f10bdc7c96673df3e74e844110b183ce477c1 (diff) |
openconnect: update to 8.05
Signed-off-by: DENG Qingfang <dengqf6@mail2.sysu.edu.cn>
Diffstat (limited to 'net/openconnect')
-rw-r--r-- | net/openconnect/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/openconnect/Makefile b/net/openconnect/Makefile index 0d90c2b77..f7b3b496b 100644 --- a/net/openconnect/Makefile +++ b/net/openconnect/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=openconnect -PKG_VERSION:=8.04 -PKG_RELEASE:=2 +PKG_VERSION:=8.05 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=ftp://ftp.infradead.org/pub/openconnect/ -PKG_HASH:=98979c6e3f78b294dc663e3fd75d5c9e9d779f247be9d4e3ab84b5e90565f81f +PKG_HASH:=335c2952d0cb36822acb112eaaf5e3b4acffc6874985fb614fec0b76c4c12992 PKG_LICENSE:=LGPL-2.1-or-later PKG_LICENSE_FILES:=COPYING.LGPL |