mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 04:13:31 +00:00
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:
parent
2cdcee23fb
commit
3dd0a3e177
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user