diff options
author | Aaron Goodman <aaronjg@stanford.edu> | 2020-07-20 10:50:34 -0400 |
---|---|---|
committer | Aaron Goodman <aaronjg@stanford.edu> | 2020-07-28 23:06:09 -0400 |
commit | c8a8afe8c0ee7eccb5466e2096021aeb7284d42e (patch) | |
tree | 065bc07f930c4a5ac3c475ec0023c78582c67290 /net/openfortivpn/Makefile | |
parent | d8b71f45a8da8226ce1b801c37e88fefa9d93f36 (diff) |
openfortivpn: version bump to 1.14.1-6
Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
Diffstat (limited to 'net/openfortivpn/Makefile')
-rw-r--r-- | net/openfortivpn/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/openfortivpn/Makefile b/net/openfortivpn/Makefile index b07672cca..6b180c6b5 100644 --- a/net/openfortivpn/Makefile +++ b/net/openfortivpn/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=openfortivpn PKG_VERSION:=1.14.1 -PKG_RELEASE:=5 +PKG_RELEASE:=6 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/adrienverge/openfortivpn/tar.gz/v$(PKG_VERSION)? |