From b3869e1e46640c629e6a3c22b09b5e9b9f2efc6c Mon Sep 17 00:00:00 2001 From: Jeffery To Date: Tue, 15 Feb 2022 03:26:19 +0800 Subject: [PATCH] obfs4proxy: Update to 0.0.13 Signed-off-by: Jeffery To --- net/obfs4proxy/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/obfs4proxy/Makefile b/net/obfs4proxy/Makefile index 4a3941187..39d9b2d1a 100644 --- a/net/obfs4proxy/Makefile +++ b/net/obfs4proxy/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=obfs4proxy -PKG_VERSION:=0.0.12 +PKG_VERSION:=0.0.13 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:=d6215774660a6b665ed59b786f11c90c8cd6569f72a44237bcf57765c3908c83 +PKG_HASH:=6b16f1e71f1b3d21f32d2fbd683203a3021fcb44e789aded12f98d92dad83bc9 PKG_BUILD_DIR:=$(BUILD_DIR)/obfs4-$(PKG_NAME)-$(PKG_VERSION) PKG_LICENSE:=BSD-2-Clause GPL-3.0-or-later