diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2015-03-14 14:11:57 +0100 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2015-03-14 14:12:03 +0100 |
commit | 678e0e46f0b1fa8c3fee4fc1a977f4cedb46bbd8 (patch) | |
tree | aa0c26b0f8230e2d0e17f16f3130d1cae9c85591 | |
parent | 21bdb270fb2e8d788328693632641fd6b1aa9afd (diff) |
openconnect: upgraded to 7.05
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
-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 c3098b4d3..605d65380 100644 --- a/net/openconnect/Makefile +++ b/net/openconnect/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=openconnect -PKG_VERSION:=7.04 -PKG_RELEASE:=3 +PKG_VERSION:=7.05 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=ftp://ftp.infradead.org/pub/openconnect/ -PKG_MD5SUM:=828fe81388b7ea1155419b8be64a350f +PKG_MD5SUM:=10cd4f61e8a11cdf793da2b0fd7a6003 PKG_CONFIG_DEPENDS:= \ CONFIG_OPENCONNECT_GNUTLS \ |