Skip to content

Commit

Permalink
v2raya: update to 2.2.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 15, 2024
1 parent 44c4917 commit 1d756d3
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Formula/v2raya.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ class V2raya < Formula
desc "Web-based GUI client of Project V"
homepage "https://v2raya.org"
license "AGPL-3.0-only"
version "null"
version "2.2.4.6"

$v2rayA_version = "null"
$url_linux_x64 = "https://github.com/v2rayA/homebrew-v2raya/releases/download/null/v2raya-x86_64-linux.zip"
$sha_linux_x64 = "Not"
$url_macos_x64 = "https://github.com/v2rayA/homebrew-v2raya/releases/download/null/v2raya-x86_64-macos.zip"
$sha_macos_x64 = "Not"
$url_macos_arm64 = "https://github.com/v2rayA/homebrew-v2raya/releases/download/null/v2raya-aarch64-macos.zip"
$sha_macos_arm64 = "Not"
$v2rayA_version = "2.2.4.6"
$url_linux_x64 = "https://github.com/v2rayA/homebrew-v2raya/releases/download/2.2.4.6/v2raya-x86_64-linux.zip"
$sha_linux_x64 = "736d6d2eaa8a470d981c5cb4c400657d5acd7daa6660966058d2a9e09a369cd8"
$url_macos_x64 = "https://github.com/v2rayA/homebrew-v2raya/releases/download/2.2.4.6/v2raya-x86_64-macos.zip"
$sha_macos_x64 = "6c0d1e024cf432f069e17f9b18a8393fddb08aadb25f417009cb7dc9c52391e5"
$url_macos_arm64 = "https://github.com/v2rayA/homebrew-v2raya/releases/download/2.2.4.6/v2raya-aarch64-macos.zip"
$sha_macos_arm64 = "f25fef7a5e7f68325cbe8853e1278abb928f0c3808887567a87c1852e8f8c2a1"

if OS.linux?
url $url_linux_x64
Expand Down

0 comments on commit 1d756d3

Please sign in to comment.