Skip to content

Commit 07e7ebb

Browse files
v2raya: update to 2.2.7.4
1 parent 63b03ce commit 07e7ebb

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

7-
$v2rayA_version = ""
8-
$url_linux_x64 = "https://github.com/v2rayA/homebrew-v2raya/releases/download//v2raya-x86_64-linux.zip"
9-
$sha_linux_x64 = "Not"
10-
$url_macos_x64 = "https://github.com/v2rayA/homebrew-v2raya/releases/download//v2raya-x86_64-macos.zip"
11-
$sha_macos_x64 = "Not"
12-
$url_macos_arm64 = "https://github.com/v2rayA/homebrew-v2raya/releases/download//v2raya-aarch64-macos.zip"
13-
$sha_macos_arm64 = "Not"
7+
$v2rayA_version = "2.2.7.4"
8+
$url_linux_x64 = "https://github.com/v2rayA/homebrew-v2raya/releases/download/2.2.7.4/v2raya-x86_64-linux.zip"
9+
$sha_linux_x64 = "69f61726fd5fa29c8720033b7748b260c8de1408e9d400688772724de7ca7a42"
10+
$url_macos_x64 = "https://github.com/v2rayA/homebrew-v2raya/releases/download/2.2.7.4/v2raya-x86_64-macos.zip"
11+
$sha_macos_x64 = "d24152a0bac58a2572e1f6677e75484b8940151f2a58bc9eb7b27702f185ba60"
12+
$url_macos_arm64 = "https://github.com/v2rayA/homebrew-v2raya/releases/download/2.2.7.4/v2raya-aarch64-macos.zip"
13+
$sha_macos_arm64 = "db789e90c8288ec462b5b6b8107086553bfe453d7dcae7fa5cf99cba530f65e6"
1414

1515
if OS.linux?
1616
url $url_linux_x64

0 commit comments

Comments
 (0)