aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTianling Shen <cnsztl@immortalwrt.org>2024-03-02 23:33:03 +0800
committerTianling Shen <cnsztl@immortalwrt.org>2024-03-02 23:33:09 +0800
commitab2f10233ed984b0c8935005a0d26efa57c7a4d1 (patch)
tree91dbe49aabd53bf3eb8b9c335b774857d8b780da
parentb5290ace07891fe744863a0858290bc627bbff01 (diff)
v2raya: Update to 2.2.5.1
Hot fix for a frontend failure bug. Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
-rw-r--r--net/v2raya/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/v2raya/Makefile b/net/v2raya/Makefile
index 9d47537a7..8b4c5a10c 100644
--- a/net/v2raya/Makefile
+++ b/net/v2raya/Makefile
@@ -5,12 +5,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=v2rayA
-PKG_VERSION:=2.2.5
+PKG_VERSION:=2.2.5.1
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:=4d6cd27ffd41e007483a49f4fee8be904ea6bdae2b4dfb055e5979ea35b6f7cd
+PKG_HASH:=1935665d17e2bf2de7d3ca8a628e8c59d9ba934478a01080d68cdfe698481d3f
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)/service
PKG_LICENSE:=AGPL-3.0-only
@@ -59,7 +59,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:=68aa1bbafca2c5072ee7479674d6f375f539873c0dc45b665a2358d97d3e6ce8
+ HASH:=a45c4ee179e310ff8eb8935181a54b341347ae08e072323d69d637e3a0a3f6df
endef
define Build/Prepare