Skip to content

Commit 8266288

Browse files
v2raya: update to 2.2.4.6
1 parent d199d97 commit 8266288

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/v2raya.rb

+8-8
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.4.6"
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.4.6"
8+
$url_linux_x64 = "https://github.com/v2rayA/homebrew-v2raya/releases/download/2.2.4.6/v2raya-x86_64-linux.zip"
9+
$sha_linux_x64 = "736d6d2eaa8a470d981c5cb4c400657d5acd7daa6660966058d2a9e09a369cd8"
10+
$url_macos_x64 = "https://github.com/v2rayA/homebrew-v2raya/releases/download/2.2.4.6/v2raya-x86_64-macos.zip"
11+
$sha_macos_x64 = "6c0d1e024cf432f069e17f9b18a8393fddb08aadb25f417009cb7dc9c52391e5"
12+
$url_macos_arm64 = "https://github.com/v2rayA/homebrew-v2raya/releases/download/2.2.4.6/v2raya-aarch64-macos.zip"
13+
$sha_macos_arm64 = "f25fef7a5e7f68325cbe8853e1278abb928f0c3808887567a87c1852e8f8c2a1"
1414

1515
if OS.linux?
1616
url $url_linux_x64

0 commit comments

Comments
 (0)