diff options
author | Tianling Shen <cnsztl@immortalwrt.org> | 2023-09-02 08:39:39 +0800 |
---|---|---|
committer | Tianling Shen <cnsztl@immortalwrt.org> | 2023-09-02 08:39:39 +0800 |
commit | f8082bebbe1a53115231cc5ce2f2863ce2881be2 (patch) | |
tree | 10d05e3c1146fde0253e5917fc5a22c8894ee859 /net/v2raya | |
parent | ef4fa6709309dfe7a48389ab884cb173a506e287 (diff) |
v2raya: Update to 2.2.2
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 f290183e8..9c512debd 100644 --- a/net/v2raya/Makefile +++ b/net/v2raya/Makefile @@ -5,12 +5,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=v2rayA -PKG_VERSION:=2.2.1 +PKG_VERSION:=2.2.2 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:=97ae3d41ddd649dd07cfecf2bbe06a513d71186ef2620ca44af12e7956be5650 +PKG_HASH:=fc32ac028efdd3cac0f482a765ee6e7383b4a8d9be7a343898e64235536cb235 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:=b7769b287b6e2ecdf8823142d126bf9b981a8d3af4cb73c8f798ed483bcc988c + HASH:=24e5b61aedb6439f16264be55f50802e1198b87be2d456fc08c44945b67d736b endef define Build/Prepare |