diff options
author | Jeffery To <jeffery.to@gmail.com> | 2019-04-18 22:14:53 +0800 |
---|---|---|
committer | Jeffery To <jeffery.to@gmail.com> | 2019-04-18 22:14:53 +0800 |
commit | 6b2dcbf0df67405c560d98d163fcea590124878b (patch) | |
tree | a5876ec2ddbb83e9431579be6341fd3e230cc31a /net/obfs4proxy/Makefile | |
parent | 949796044ce23abdfa5b7ca20a35adf2cbed609e (diff) |
obfs4proxy: Update to 0.0.10
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Diffstat (limited to 'net/obfs4proxy/Makefile')
-rw-r--r-- | net/obfs4proxy/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/obfs4proxy/Makefile b/net/obfs4proxy/Makefile index 9b4c4332f..d5796618e 100644 --- a/net/obfs4proxy/Makefile +++ b/net/obfs4proxy/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=obfs4proxy -PKG_VERSION:=0.0.9 -PKG_RELEASE:=2 +PKG_VERSION:=0.0.10 +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:=ab2608014fae15b4e0dad2f8128e81f912ab27277539004b759180c1fb5007dd +PKG_HASH:=0de856a33502005661f0491dc695dcaa1a7eb3f6cafbe689b99301a0d6762639 PKG_BUILD_DIR:=$(BUILD_DIR)/obfs4-$(PKG_NAME)-$(PKG_VERSION) PKG_LICENSE:=BSD-2-Clause |