diff options
author | Aaron Goodman <aaronjg@stanford.edu> | 2020-06-04 16:49:22 -0400 |
---|---|---|
committer | Aaron Goodman <aaronjg@stanford.edu> | 2020-06-04 16:49:47 -0400 |
commit | 4f727bcc02a84afc4b514b5d4e4dc528a9f35280 (patch) | |
tree | e873b882324c167f3b88550ce85459bf6369b791 /net/openfortivpn/Makefile | |
parent | b98562f614ab4c5c6c458a43444feffbfa94cebf (diff) |
openfortivpn: version bump to 1.14.1
Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
Diffstat (limited to 'net/openfortivpn/Makefile')
-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 4268bf95e..1ae52eb80 100644 --- a/net/openfortivpn/Makefile +++ b/net/openfortivpn/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=openfortivpn -PKG_VERSION:=1.13.2 +PKG_VERSION:=1.14.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:=998fb2b071cdfe3255c2f953cafc6e1496778f9a71dd5aa560b924a44636df87 +PKG_HASH:=bc62fc6ecaaa6c6f8f2510e14a067a0cb9762158d9460c04555990bba44b50ca PKG_MAINTAINER:=Lucian Cristian <lucian.cristian@gmail.com> PKG_LICENSE:=GPL-3.0-or-later OpenSSL |