Skip to content

Commit af5f004

Browse files
v2raya: update to 2.2.6.3
1 parent d582373 commit af5f004

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/v2raya.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@ class V2raya < Formula
22
desc "Web-based GUI client of Project V"
33
homepage "https://v2raya.org"
44
license "AGPL-3.0-only"
5-
version "2.2.6.2"
5+
version "2.2.6.3"
66

7-
$v2rayA_version = "2.2.6.2"
8-
$url_linux_x64 = "https://github.com/v2rayA/homebrew-v2raya/releases/download/2.2.6.2/v2raya-x86_64-linux.zip"
9-
$sha_linux_x64 = "c6a96c598e54fcbee6a12b342b425e2f0f2d33460fd34ebe1cf7f9094880b030"
10-
$url_macos_x64 = "https://github.com/v2rayA/homebrew-v2raya/releases/download/2.2.6.2/v2raya-x86_64-macos.zip"
11-
$sha_macos_x64 = "4d1ca1b75676efab6826b3a9364ee4dcc2141ca787dcfa366b06c960ae017790"
12-
$url_macos_arm64 = "https://github.com/v2rayA/homebrew-v2raya/releases/download/2.2.6.2/v2raya-aarch64-macos.zip"
13-
$sha_macos_arm64 = "d464e7a6443101133b8d202630a743d549d242531e877fb38148914ec303a035"
7+
$v2rayA_version = "2.2.6.3"
8+
$url_linux_x64 = "https://github.com/v2rayA/homebrew-v2raya/releases/download/2.2.6.3/v2raya-x86_64-linux.zip"
9+
$sha_linux_x64 = "e22126704fa01afc601daad51d6c81646ee2d1acbb514aec1383cff0e31b0542"
10+
$url_macos_x64 = "https://github.com/v2rayA/homebrew-v2raya/releases/download/2.2.6.3/v2raya-x86_64-macos.zip"
11+
$sha_macos_x64 = "8b6e976481c6d8382641e98ea6410f4aa99df4aefd92ab39107a6fa903cff938"
12+
$url_macos_arm64 = "https://github.com/v2rayA/homebrew-v2raya/releases/download/2.2.6.3/v2raya-aarch64-macos.zip"
13+
$sha_macos_arm64 = "8bcc73771c0d5ffc0bd492a1ff5b07c7056800b655fd64b262e499e9e2534543"
1414

1515
if OS.linux?
1616
url $url_linux_x64

0 commit comments

Comments
 (0)