diff options
author | Tianling Shen <cnsztl@immortalwrt.org> | 2023-09-06 11:08:39 +0800 |
---|---|---|
committer | Tianling Shen <cnsztl@immortalwrt.org> | 2023-09-06 11:08:39 +0800 |
commit | 058413daa4b810b04b7f4cdbdc2dbcaf4c7b38a9 (patch) | |
tree | 694f39fb9796a4a9e9ac7a766f2f6a826ea2d64c /net/v2raya | |
parent | 6efd4d1e8801ba29a857d38432db10a0bc335a9f (diff) |
v2raya: Update to 2.2.4
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
Diffstat (limited to 'net/v2raya')
-rw-r--r-- | net/v2raya/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/v2raya/Makefile b/net/v2raya/Makefile index 9c512debd..eec759a7b 100644 --- a/net/v2raya/Makefile +++ b/net/v2raya/Makefile @@ -5,12 +5,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=v2rayA -PKG_VERSION:=2.2.2 +PKG_VERSION:=2.2.4 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:=fc32ac028efdd3cac0f482a765ee6e7383b4a8d9be7a343898e64235536cb235 +PKG_HASH:=844da2a4c1ac1f7eae02519a0833255a63938f08a554cbea043606b28ee6ebed 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.zip FILE:=$(WEB_FILE) - HASH:=24e5b61aedb6439f16264be55f50802e1198b87be2d456fc08c44945b67d736b + HASH:=2699dacdf39137af408a9ffcb91734e5af487bef4dccaa51f1bb3de6c4d3e8fe endef define Build/Prepare |