Skip to content

Commit

Permalink
chore: bump to v4.22.1-5
Browse files Browse the repository at this point in the history
  • Loading branch information
kuoruan committed Mar 8, 2020
1 parent ca258fe commit 19970d7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk

PKG_NAME:=v2ray-core
PKG_VERSION:=4.22.1
PKG_RELEASE:=4
PKG_RELEASE:=5

PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://codeload.github.com/v2ray/v2ray-core/tar.gz/v$(PKG_VERSION)?
Expand Down Expand Up @@ -64,7 +64,7 @@ GO_PKG_LDFLAGS_X:= \
include $(INCLUDE_DIR)/package.mk
include $(TOPDIR)/feeds/packages/lang/golang/golang-package.mk

define Package/v2ray-core
define Package/$(PKG_NAME)
TITLE:=A platform for building proxies
URL:=https://www.v2ray.com
SECTION:=net
Expand All @@ -73,11 +73,11 @@ define Package/v2ray-core
DEPENDS:=$(GO_ARCH_DEPENDS) +ca-certificates
endef

define Package/v2ray-core/config
define Package/$(PKG_NAME)/config
source "$(SOURCE)/Config.in"
endef

define Package/v2ray-core/description
define Package/$(PKG_NAME)/description
Project V is a set of network tools that help you to build your own computer network.
It secures your network connections and thus protects your privacy.

Expand Down Expand Up @@ -276,7 +276,7 @@ endif
endif
endef

define Package/v2ray-core/install
define Package/$(PKG_NAME)/install
$(call GoPackage/Package/Install/Bin,$(PKG_INSTALL_DIR))

$(INSTALL_DIR) $(1)/usr/bin
Expand Down

0 comments on commit 19970d7

Please sign in to comment.