diff options
author | Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com> | 2020-05-01 13:42:06 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com> | 2020-05-01 19:18:37 +0200 |
commit | d58c3d48a54df3907d8df7808b43afe5e3e890fa (patch) | |
tree | 4063f42b0d1fc6f4087d77cc9fa37ed56a813e97 /net/openconnect | |
parent | 01f9b9ec9ed4acf6e04500a5b12972e11c4e948d (diff) |
openconnect: updated to 8.09
Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
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 1f44978c4..996edaa8a 100644 --- a/net/openconnect/Makefile +++ b/net/openconnect/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=openconnect -PKG_VERSION:=8.05 -PKG_RELEASE:=3 +PKG_VERSION:=8.09 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=ftp://ftp.infradead.org/pub/openconnect/ -PKG_HASH:=335c2952d0cb36822acb112eaaf5e3b4acffc6874985fb614fec0b76c4c12992 +PKG_HASH:=f39802be4c3a099b211ee4cc3318b3a9a195075deab0b4c1c5880c69340ce9a6 PKG_LICENSE:=LGPL-2.1-or-later PKG_LICENSE_FILES:=COPYING.LGPL |