Skip to content

Commit

Permalink
v2ray-core: Bump v4.16.0
Browse files Browse the repository at this point in the history
Signed-off-by: kuoruan <kuoruan@gmail.com>
  • Loading branch information
kuoruan committed Feb 15, 2019
1 parent 01ec391 commit ae2222e
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,12 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=v2ray-core
PKG_VERSION:=4.15.1
PKG_SOURCE_DATE:=2019-02-03
PKG_SOURCE_VERSION:=c8f446aba50b2a422f3fff5f55d18a4aed78f0a5
PKG_VERSION:=4.16.0
PKG_RELEASE:=1

PKG_SOURCE:=$(PKG_NAME)-$(PKG_SOURCE_DATE).tar.gz
PKG_SOURCE_URL:=https://codeload.github.com/v2ray/v2ray-core/tar.gz/$(PKG_SOURCE_VERSION)?
PKG_HASH:=043ec5c8ef56883b287aefd4e8c8ba1a8b7d5334ce441adc0cf90ab35995d396
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_SOURCE_VERSION)
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://codeload.github.com/v2ray/v2ray-core/tar.gz/v$(PKG_VERSION)?
PKG_HASH:=16409de0b55c9c7423578e5cc1acfd5fea99974967e3a438bd3e092e3a0d7755

PKG_LICENSE:=MIT
PKG_LICENSE_FILES:=LICENSE
Expand Down

0 comments on commit ae2222e

Please sign in to comment.