simple-obfs: bump to latest version to Fix FTBFS under GCC-9 (#4241)

Signed-off-by: Ken Wong <xinxijishuwyq@gmail.com>
This commit is contained in:
xinxijishuwyq 2020-04-09 14:01:14 +08:00 committed by GitHub
parent 2cdcee23fb
commit 3dd0a3e177
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,11 +9,11 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=simple-obfs PKG_NAME:=simple-obfs
PKG_VERSION:=0.0.5 PKG_VERSION:=0.0.5
PKG_RELEASE:=4 PKG_RELEASE:=5
PKG_SOURCE_PROTO:=git PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=https://github.com/shadowsocks/simple-obfs.git PKG_SOURCE_URL:=https://github.com/shadowsocks/simple-obfs.git
PKG_SOURCE_VERSION:=df8089c159bc63d4a10328b371177a96cb8d9f0b PKG_SOURCE_VERSION:=486bebd9208539058e57e23a12f23103016e09b4
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION) PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION)
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz