Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v2rayu 4.2.5 #180909

Merged
merged 1 commit into from
Jul 28, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 11 additions & 4 deletions Casks/v/v2rayu.rb
Original file line number Diff line number Diff line change
@@ -1,17 +1,24 @@
cask "v2rayu" do
arch arm: "arm64", intel: "64"

version "4.2.0"
sha256 arm: "d3280094d96f504dc730ca21be752d60a08cfcea5a015042ccec4eb734f3dd8f",
intel: "d3280094d96f504dc730ca21be752d60a08cfcea5a015042ccec4eb734f3dd8f"
version "4.2.5"
sha256 arm: "dbc04765b0fb6b4e46e3bfdf737548286d3b5ca228a74514dca10e4428a153ed",
intel: "e61e1a52d7868fedb186b2b053f5700c4071a3afb088d53846804a9487d2f8e5"

url "https://github.com/yanue/V2rayU/releases/download/v#{version}/V2rayU-#{arch}.dmg"
name "V2rayU"
desc "Collection of tools to build a dedicated basic communication network"
homepage "https://github.com/yanue/V2rayU"

# A tag using the stable version format is sometimes marked as "Pre-release"
# on the GitHub releases page, so we have to use the `GithubLatest` strategy.
livecheck do
url :url
strategy :github_latest
end

auto_updates true
depends_on macos: ">= :sierra"
depends_on macos: ">= :big_sur"

app "V2rayU.app"

Expand Down
Loading