diff options
author | Lucian Cristian <lucian.cristian@gmail.com> | 2022-10-20 12:04:36 +0000 |
---|---|---|
committer | Josef Schlehofer <pepe.schlehofer@gmail.com> | 2022-10-25 15:53:04 +0200 |
commit | 8297750346ff02a5a6a722b5e7380b243b041b07 (patch) | |
tree | 79a98abfe8345db677449d7027be7c10030141de | |
parent | 02eb18a65ff93e60956d26a5311c1afafbda7928 (diff) |
openfortivpn: update to 1.19.0
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
-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 5ec3ea8e5..4347cf8c6 100644 --- a/net/openfortivpn/Makefile +++ b/net/openfortivpn/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=openfortivpn -PKG_VERSION:=1.17.3 +PKG_VERSION:=1.19.0 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:=60f319166fcbe8514dc7160346698ad83d8b09e2d4f5f011e16057bcfecf801f +PKG_HASH:=9e244c3b63176269ce433349e67f8fd6e532f7c8d515f4c97558911a449152c3 PKG_MAINTAINER:=Lucian Cristian <lucian.cristian@gmail.com> PKG_LICENSE:=GPL-3.0-or-later OpenSSL |