diff --git a/manifest/armv7l/v/v2ray.filelist b/manifest/armv7l/v/v2ray.filelist index 7d2b9c5c2..8ee635608 100644 --- a/manifest/armv7l/v/v2ray.filelist +++ b/manifest/armv7l/v/v2ray.filelist @@ -1,4 +1,4 @@ -# Total size: 54930826 +# Total size: 55103912 /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 6e807ae51..1927b29d9 100644 --- a/manifest/i686/v/v2ray.filelist +++ b/manifest/i686/v/v2ray.filelist @@ -1,4 +1,4 @@ -# Total size: 54902154 +# Total size: 55050664 /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 64ec8eb32..196281eaf 100644 --- a/manifest/x86_64/v/v2ray.filelist +++ b/manifest/x86_64/v/v2ray.filelist @@ -1,4 +1,4 @@ -# Total size: 57896330 +# Total size: 58040744 /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 68cf4ac1f..57034b30c 100644 --- a/packages/v2ray.rb +++ b/packages/v2ray.rb @@ -3,21 +3,21 @@ require 'package' class V2ray < Package description 'A platform for building proxies to bypass network restrictions.' homepage 'www.v2fly.org' - version 'v5.39.0' + version '5.41.0' license 'MIT' compatibility 'all' source_url({ - aarch64: "https://github.com/v2fly/v2ray-core/releases/download/#{version}/v2ray-linux-arm32-v7a.zip", - armv7l: "https://github.com/v2fly/v2ray-core/releases/download/#{version}/v2ray-linux-arm32-v7a.zip", - i686: "https://github.com/v2fly/v2ray-core/releases/download/#{version}/v2ray-linux-32.zip", - x86_64: "https://github.com/v2fly/v2ray-core/releases/download/#{version}/v2ray-linux-64.zip" + aarch64: "https://github.com/v2fly/v2ray-core/releases/download/v#{version}/v2ray-linux-arm32-v7a.zip", + armv7l: "https://github.com/v2fly/v2ray-core/releases/download/v#{version}/v2ray-linux-arm32-v7a.zip", + i686: "https://github.com/v2fly/v2ray-core/releases/download/v#{version}/v2ray-linux-32.zip", + x86_64: "https://github.com/v2fly/v2ray-core/releases/download/v#{version}/v2ray-linux-64.zip" }) source_sha256({ - aarch64: 'dcf53be54ba0f3f481e7e13eb6f9d51bd2bbbff6b76daf29f73f22d79d21ff04', - armv7l: 'dcf53be54ba0f3f481e7e13eb6f9d51bd2bbbff6b76daf29f73f22d79d21ff04', - i686: '9fb36d15e8cb9c02217909f39d21e4626baeae8c08609e81ffd50f07049c4b2f', - x86_64: '793f7e75a6fd2bfd03076253a7a4d58f05beb059e6fc0519ec5c0c2677fabe20' + aarch64: 'f2d1f3bd37f1ce7dc58a0af7acb1cbbd31425121f92cc1a2f7181e587f79ada9', + armv7l: 'f2d1f3bd37f1ce7dc58a0af7acb1cbbd31425121f92cc1a2f7181e587f79ada9', + i686: '37794dbcb11c9a59b856f6f80833404f66fca3088604e0af96471ec7d9dbff22', + x86_64: '843c69352e989c492fe4b864cae8598adba0ef0daf104452fc200a5d1950f388' }) no_compile_needed @@ -31,7 +31,8 @@ class V2ray < Package end def self.postinstall - ExitMessage.add <<~EOT.lightblue + ExitMessage.add <<~EOT + To start using v2ray, type `v2ray`. For more information, see https://www.v2fly.org/en_US/guide/start.html#novice-guide?