Skip to content

Commit

Permalink
v2ray-core: Set package version to 4.15.1
Browse files Browse the repository at this point in the history
Signed-off-by: kuoruan <kuoruan@gmail.com>
  • Loading branch information
kuoruan committed Feb 14, 2019
1 parent f64ecc5 commit 01ec391
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=v2ray-core
PKG_VERSION:=4.16
PKG_VERSION:=4.15.1
PKG_SOURCE_DATE:=2019-02-03
PKG_SOURCE_VERSION:=c8f446aba50b2a422f3fff5f55d18a4aed78f0a5
PKG_RELEASE:=1
Expand Down Expand Up @@ -135,6 +135,9 @@ endef
define Build/Prepare
$(Build/Prepare/Default)
( \
sed -i \
's/\(version[[:space:]]*=[[:space:]]*"\).*\("\)/\1$(PKG_VERSION)\2/' \
$(PKG_BUILD_DIR)/core.go ; \
build="OpenWrt - Release $(PKG_RELEASE)" ; \
sed -i \
"s/\(build[[:space:]]*=[[:space:]]*\"\).*\(\"\)/\1$$$$build\2/" \
Expand Down

0 comments on commit 01ec391

Please sign in to comment.