diff options
author | Andy Walsh <andy.walsh44+github@gmail.com> | 2020-06-09 16:56:35 +0200 |
---|---|---|
committer | Andy Walsh <andy.walsh44+github@gmail.com> | 2020-06-09 16:56:35 +0200 |
commit | 9c756cf618d501baaf309e1054024a546d123bb1 (patch) | |
tree | dbd966a28e5fb6d6529c82f2cebca58ccae4de2f /net/softethervpn5 | |
parent | 6b1d2365a93b9968b4f4e65d6283624827c9ecc4 (diff) |
softethervpn5: update to 9672
* update to 9672
Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
Diffstat (limited to 'net/softethervpn5')
-rw-r--r-- | net/softethervpn5/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/softethervpn5/Makefile b/net/softethervpn5/Makefile index e65b1bc29..1c08ab6bd 100644 --- a/net/softethervpn5/Makefile +++ b/net/softethervpn5/Makefile @@ -3,7 +3,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=softethervpn5 -PKG_VERSION:=5.01.9672 +PKG_VERSION:=5.01.9674 PKG_RELEASE:=1 PKG_MAINTAINER:=Andy Walsh <andy.walsh44+github@gmail.com> @@ -12,7 +12,7 @@ PKG_LICENSE_FILES:=COPYING PKG_SOURCE_URL:=https://github.com/SoftEtherVPN/SoftEtherVPN/releases/download/$(PKG_VERSION)/ PKG_SOURCE:=softether-vpn-src-$(PKG_VERSION).tar.gz -PKG_HASH:=7c437d4d02d7e2a936b4c1ff7bc8f5abbf16786746deffa92d5f5f2fd7ba04fb +PKG_HASH:=c4dc53f4912605a25c18357b0a0bf6dc059286ca901cb981abdf1a22d1649ddc HOST_BUILD_DIR:=$(BUILD_DIR_HOST)/SoftEtherVPN-$(PKG_VERSION) PKG_BUILD_DIR:=$(BUILD_DIR)/SoftEtherVPN-$(PKG_VERSION) |