From ee0aa5aed133de6bf4196a71bbdb45ded99ee483 Mon Sep 17 00:00:00 2001 From: Ed Reel Date: Tue, 31 Mar 2026 21:41:44 -0500 Subject: [PATCH] V2ray 5.41.0 => 5.47.0 (#15354) --- manifest/armv7l/v/v2ray.filelist | 2 +- manifest/i686/v/v2ray.filelist | 2 +- manifest/x86_64/v/v2ray.filelist | 2 +- packages/v2ray.rb | 10 +++++----- tests/package/v/v2ray | 3 +++ tools/automatically_updatable_packages/v2ray | 0 6 files changed, 11 insertions(+), 8 deletions(-) create mode 100755 tests/package/v/v2ray create mode 100644 tools/automatically_updatable_packages/v2ray diff --git a/manifest/armv7l/v/v2ray.filelist b/manifest/armv7l/v/v2ray.filelist index 8ee6356081..da0dabfc61 100644 --- a/manifest/armv7l/v/v2ray.filelist +++ b/manifest/armv7l/v/v2ray.filelist @@ -1,4 +1,4 @@ -# Total size: 55103912 +# Total size: 56515953 /usr/local/bin/v2ray /usr/local/etc/v2ray/config.json /usr/local/share/v2ray/config.json diff --git a/manifest/i686/v/v2ray.filelist b/manifest/i686/v/v2ray.filelist index 1927b29d92..816e1ec901 100644 --- a/manifest/i686/v/v2ray.filelist +++ b/manifest/i686/v/v2ray.filelist @@ -1,4 +1,4 @@ -# Total size: 55050664 +# Total size: 56659313 /usr/local/bin/v2ray /usr/local/etc/v2ray/config.json /usr/local/share/v2ray/config.json diff --git a/manifest/x86_64/v/v2ray.filelist b/manifest/x86_64/v/v2ray.filelist index 196281eaf2..6c47d4ca9d 100644 --- a/manifest/x86_64/v/v2ray.filelist +++ b/manifest/x86_64/v/v2ray.filelist @@ -1,4 +1,4 @@ -# Total size: 58040744 +# Total size: 59854193 /usr/local/bin/v2ray /usr/local/etc/v2ray/config.json /usr/local/share/v2ray/config.json diff --git a/packages/v2ray.rb b/packages/v2ray.rb index 57034b30ca..1ae31f45ed 100644 --- a/packages/v2ray.rb +++ b/packages/v2ray.rb @@ -3,7 +3,7 @@ require 'package' class V2ray < Package description 'A platform for building proxies to bypass network restrictions.' homepage 'www.v2fly.org' - version '5.41.0' + version '5.47.0' license 'MIT' compatibility 'all' @@ -14,10 +14,10 @@ class V2ray < Package x86_64: "https://github.com/v2fly/v2ray-core/releases/download/v#{version}/v2ray-linux-64.zip" }) source_sha256({ - aarch64: 'f2d1f3bd37f1ce7dc58a0af7acb1cbbd31425121f92cc1a2f7181e587f79ada9', - armv7l: 'f2d1f3bd37f1ce7dc58a0af7acb1cbbd31425121f92cc1a2f7181e587f79ada9', - i686: '37794dbcb11c9a59b856f6f80833404f66fca3088604e0af96471ec7d9dbff22', - x86_64: '843c69352e989c492fe4b864cae8598adba0ef0daf104452fc200a5d1950f388' + aarch64: 'e594c1f699ab0977a815cea8621e63e5519f3d0877c668400228b4f57eff2dd8', + armv7l: 'e594c1f699ab0977a815cea8621e63e5519f3d0877c668400228b4f57eff2dd8', + i686: 'fb36944a90799b210b51c28fb69b4cf4464869cc9d59989663be045488a6d43d', + x86_64: '56215328ad7a65e387e772af22232ac6531c34a1bb2252a64599a3a41aa7de5c' }) no_compile_needed diff --git a/tests/package/v/v2ray b/tests/package/v/v2ray new file mode 100755 index 0000000000..a7094a06e2 --- /dev/null +++ b/tests/package/v/v2ray @@ -0,0 +1,3 @@ +#!/bin/bash +v2ray help | head +v2ray version diff --git a/tools/automatically_updatable_packages/v2ray b/tools/automatically_updatable_packages/v2ray new file mode 100644 index 0000000000..e69de29bb2