diff options
author | Jeffery To <jeffery.to@gmail.com> | 2023-04-17 22:05:51 +0800 |
---|---|---|
committer | Jeffery To <jeffery.to@gmail.com> | 2023-04-17 22:05:51 +0800 |
commit | 0759341cd8bbc28a499a1098889be108ef91612f (patch) | |
tree | 4f02d1461df527510391d130ce2a5a255fc70025 /net/obfs4proxy/Makefile | |
parent | 61c3a9a3b92602cbc7b0d59d26d0a5bee9bb9a0d (diff) |
obfs4proxy: Update to 0.0.14
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 794ecec20..a43de2163 100644 --- a/net/obfs4proxy/Makefile +++ b/net/obfs4proxy/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2018 Jeffery To +# Copyright (C) 2018-2019, 2022-2023 Jeffery To # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=obfs4proxy -PKG_VERSION:=0.0.13 +PKG_VERSION:=0.0.14 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:=6b16f1e71f1b3d21f32d2fbd683203a3021fcb44e789aded12f98d92dad83bc9 +PKG_HASH:=6ed94258433665a11a4631c6bbbb45b4452d65bdfbe4d30365a87b3d43a3a7ec PKG_BUILD_DIR:=$(BUILD_DIR)/obfs4-$(PKG_NAME)-$(PKG_VERSION) PKG_LICENSE:=BSD-2-Clause GPL-3.0-or-later |