diff options
author | Lucian Cristian <lucian.cristian@gmail.com> | 2021-09-19 21:23:59 +0300 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2021-09-19 15:19:37 -0700 |
commit | 0d844513716fe371d0f130281db0cf366ea7fc00 (patch) | |
tree | 578a944b66edfe754ceba30c4557deb76345efe3 /net/openfortivpn | |
parent | 44eb2ae61901888f023e8dee295610436fb875c9 (diff) |
openfortivpn: update to 1.17.1
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
Diffstat (limited to 'net/openfortivpn')
-rw-r--r-- | net/openfortivpn/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/openfortivpn/Makefile b/net/openfortivpn/Makefile index 84148c435..41068180c 100644 --- a/net/openfortivpn/Makefile +++ b/net/openfortivpn/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=openfortivpn -PKG_VERSION:=1.15.0 +PKG_VERSION:=1.17.1 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/adrienverge/openfortivpn/tar.gz/v$(PKG_VERSION)? -PKG_HASH:=5279dbd3da779b818d201bbd9243cff9421a7e790fd2190438610a03c88641f8 +PKG_HASH:=c674c59cf3201a55d56cb503053982752fb641b13a85ea406b8a7e7df301e30f PKG_MAINTAINER:=Lucian Cristian <lucian.cristian@gmail.com> PKG_LICENSE:=GPL-3.0-or-later OpenSSL |