Skip to content

Commit

Permalink
Merge pull request #180909 from Homebrew/bump-v2rayu-4.2.5
Browse files Browse the repository at this point in the history
v2rayu 4.2.5
  • Loading branch information
chenrui333 committed Jul 28, 2024
2 parents cc85274 + 524d938 commit ce4fc11
Showing 1 changed file with 11 additions and 4 deletions.
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

0 comments on commit ce4fc11

Please sign in to comment.