diff options
author | Jeffery To <jeffery.to@gmail.com> | 2019-06-30 03:15:35 +0800 |
---|---|---|
committer | Jeffery To <jeffery.to@gmail.com> | 2019-06-30 03:15:35 +0800 |
commit | 9a8434276c9d65782c2d20a4c79746a3c2daecb6 (patch) | |
tree | 4dc7c8ac430fce4634a121b947f313ba4deb8a61 /net/obfs4proxy | |
parent | f4ab0892711142b84aa7c88ea05c7d7c6fe0d9e9 (diff) |
obfs4proxy: Update to 0.0.11
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Diffstat (limited to 'net/obfs4proxy')
-rw-r--r-- | net/obfs4proxy/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/obfs4proxy/Makefile b/net/obfs4proxy/Makefile index d5796618e..37cf0fee4 100644 --- a/net/obfs4proxy/Makefile +++ b/net/obfs4proxy/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=obfs4proxy -PKG_VERSION:=0.0.10 +PKG_VERSION:=0.0.11 PKG_RELEASE:=1 PKG_SOURCE:=obfs4-$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=https://gitlab.com/yawning/obfs4/-/archive/$(PKG_NAME)-$(PKG_VERSION)/ -PKG_HASH:=0de856a33502005661f0491dc695dcaa1a7eb3f6cafbe689b99301a0d6762639 +PKG_HASH:=b0964479300a3ea899a4354fdeb5196e52544554f8edf6190142cddd1072526c PKG_BUILD_DIR:=$(BUILD_DIR)/obfs4-$(PKG_NAME)-$(PKG_VERSION) PKG_LICENSE:=BSD-2-Clause |