Skip to content

Commit

Permalink
v2raya: Update to 2.2.4.7
Browse files Browse the repository at this point in the history
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
  • Loading branch information
1715173329 committed Feb 20, 2024
1 parent 4e46a6c commit 077e573
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions v2raya/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=v2rayA
PKG_VERSION:=2.2.4.6
PKG_RELEASE:=2
PKG_VERSION:=2.2.4.7
PKG_RELEASE:=1

PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://codeload.github.com/v2rayA/v2rayA/tar.gz/v$(PKG_VERSION)?
PKG_HASH:=22285b2fdf321d68993b38ad738f4af210920757d7944691a78e151abd99cb3a
PKG_HASH:=e1dbd2a98174571059d395b2fbc644fb3d4549a76c7d9de8057b96ec7ce417b0
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)/service

PKG_LICENSE:=AGPL-3.0-only
Expand Down Expand Up @@ -56,7 +56,7 @@ define Download/v2raya-web
URL:=https://github.com/v2rayA/v2rayA/releases/download/v$(PKG_VERSION)/
URL_FILE:=web.tar.gz
FILE:=$(WEB_FILE)
HASH:=09109442abac13801b7b82433fccbb769657b1d292ac4820af179c297e845135
HASH:=7bb401e171b5e288a4120140521ed038986482e4852bf3b56368c3f0370a50b6
endef

GO_PKG_TARGET_VARS:=$(filter-out CGO_ENABLED=%,$(GO_PKG_TARGET_VARS)) CGO_ENABLED=0
Expand Down

0 comments on commit 077e573

Please sign in to comment.