Skip to content

Commit 38ea906

Browse files
v2raya: update to 2.2.6.7
1 parent de7d295 commit 38ea906

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 "null"
5+
version "2.2.6.7"
66

7-
$v2rayA_version = "null"
8-
$url_linux_x64 = "https://github.com/v2rayA/homebrew-v2raya/releases/download/null/v2raya-x86_64-linux.zip"
9-
$sha_linux_x64 = "Not"
10-
$url_macos_x64 = "https://github.com/v2rayA/homebrew-v2raya/releases/download/null/v2raya-x86_64-macos.zip"
11-
$sha_macos_x64 = "Not"
12-
$url_macos_arm64 = "https://github.com/v2rayA/homebrew-v2raya/releases/download/null/v2raya-aarch64-macos.zip"
13-
$sha_macos_arm64 = "Not"
7+
$v2rayA_version = "2.2.6.7"
8+
$url_linux_x64 = "https://github.com/v2rayA/homebrew-v2raya/releases/download/2.2.6.7/v2raya-x86_64-linux.zip"
9+
$sha_linux_x64 = "0bef491639ff6d35f166a35d149600f0aa7c1e9c3c1d850d6f842bf32a72183b"
10+
$url_macos_x64 = "https://github.com/v2rayA/homebrew-v2raya/releases/download/2.2.6.7/v2raya-x86_64-macos.zip"
11+
$sha_macos_x64 = "6865a6e83abf5e0904b9ab416e8ed0b7b4d000ae6dc9da89f471ae8b258b6d32"
12+
$url_macos_arm64 = "https://github.com/v2rayA/homebrew-v2raya/releases/download/2.2.6.7/v2raya-aarch64-macos.zip"
13+
$sha_macos_arm64 = "dcbe896506c91da90368305a9a296ffa41c729ed553b47f51bda5192443e6baf"
1414

1515
if OS.linux?
1616
url $url_linux_x64

0 commit comments

Comments
 (0)