Browse Source

obfs4proxy: Update to 0.0.13

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
lilik-openwrt-22.03
Jeffery To 2 years ago
committed by Rosen Penev
parent
commit
b3869e1e46
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      net/obfs4proxy/Makefile

+ 2
- 2
net/obfs4proxy/Makefile View File

@ -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


Loading…
Cancel
Save