diff options
author | Lucian Cristian <lucian.cristian@gmail.com> | 2023-05-16 16:54:46 +0000 |
---|---|---|
committer | Tianling Shen <cnsztl@gmail.com> | 2023-05-17 07:45:34 +0800 |
commit | 0f40d9f404a40b512d9ef21dfac156402b8069e3 (patch) | |
tree | 8f439a65cb44a70a9e305c49402e7d443368106c /net/openfortivpn/Makefile | |
parent | fa771eead4472dba3be5f9cb7cd2dd3078745460 (diff) |
openfortivpn: update to 1.20.3
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
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 4347cf8c6..d9e1e4259 100644 --- a/net/openfortivpn/Makefile +++ b/net/openfortivpn/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=openfortivpn -PKG_VERSION:=1.19.0 +PKG_VERSION:=1.20.3 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:=9e244c3b63176269ce433349e67f8fd6e532f7c8d515f4c97558911a449152c3 +PKG_HASH:=e54331098dc2c009cf98524f0ade027e337739506c5a60b65e2c2bf5f9c1d7e1 PKG_MAINTAINER:=Lucian Cristian <lucian.cristian@gmail.com> PKG_LICENSE:=GPL-3.0-or-later OpenSSL |