obfs4proxy: Update to 0.0.14
authorJeffery To <jeffery.to@gmail.com>
Mon, 17 Apr 2023 14:05:51 +0000 (22:05 +0800)
committerJeffery To <jeffery.to@gmail.com>
Wed, 19 Apr 2023 04:12:55 +0000 (12:12 +0800)
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
(cherry picked from commit 0759341cd8bbc28a499a1098889be108ef91612f)

net/obfs4proxy/Makefile

index 39d9b2d1a46f245e93fecf4c329a7661043fe417..719b21d9e38754e1cb000b622686924662c762eb 100644 (file)
@@ -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