Skip to content

Commit fa7bd98

Browse files
authored
Merge pull request #249882 from Homebrew/bump-v2ray-5.41.0
v2ray 5.41.0
2 parents 4320cc6 + f584a62 commit fa7bd98

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/v/v2ray.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class V2ray < Formula
22
desc "Platform for building proxies to bypass network restrictions"
33
homepage "https://v2fly.org/"
4-
url "https://github.com/v2fly/v2ray-core/archive/refs/tags/v5.40.0.tar.gz"
5-
sha256 "14e333c7454781f0b44fe9cba1616e25accfb04cf0d9d31db7acdd33e2e8d0ac"
4+
url "https://github.com/v2fly/v2ray-core/archive/refs/tags/v5.41.0.tar.gz"
5+
sha256 "c67caa2d73f35a9562ecaeb5184733c943c9dafb47e8f1cfeacb892a9247e9b5"
66
license all_of: ["MIT", "CC-BY-SA-4.0"]
77
head "https://github.com/v2fly/v2ray-core.git", branch: "master"
88

@@ -12,12 +12,12 @@ class V2ray < Formula
1212
end
1313

1414
bottle do
15-
sha256 cellar: :any_skip_relocation, arm64_tahoe: "0051a9c23dfde63f18af63cf4a11e51f7ac8f4f29d8b85fb403439430fde6627"
16-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "0051a9c23dfde63f18af63cf4a11e51f7ac8f4f29d8b85fb403439430fde6627"
17-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "0051a9c23dfde63f18af63cf4a11e51f7ac8f4f29d8b85fb403439430fde6627"
18-
sha256 cellar: :any_skip_relocation, sonoma: "2fed57d874e8270d1afdb19dd1352a2e491d7a99b521a7a20920b8160e200a5d"
19-
sha256 cellar: :any_skip_relocation, arm64_linux: "75d11a1df1a8c70c4daab36cc05e89268b937808a4081039669369cc265285e2"
20-
sha256 cellar: :any_skip_relocation, x86_64_linux: "3f0f37d9b02c3327815ca27865ac9bf00a2788afff2ac2662c642efebb0d6946"
15+
sha256 cellar: :any_skip_relocation, arm64_tahoe: "719e2394b0475aac4e443ea5d018d8a221bc4f4bba68e1ed52e184f123a9c0c8"
16+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "719e2394b0475aac4e443ea5d018d8a221bc4f4bba68e1ed52e184f123a9c0c8"
17+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "719e2394b0475aac4e443ea5d018d8a221bc4f4bba68e1ed52e184f123a9c0c8"
18+
sha256 cellar: :any_skip_relocation, sonoma: "6f1e2fd111799b674bb696db6f099837a359d0d3fcfb79c47460095d98a90ad8"
19+
sha256 cellar: :any_skip_relocation, arm64_linux: "1d486a59d1f4f59b3a3b209a23e7025b785ee86f0d8a7884dedb34937f2d99c6"
20+
sha256 cellar: :any_skip_relocation, x86_64_linux: "7d96ca58e2a379c9912e5672b68ea709e4d28ec028d11adaed366e96f5135df8"
2121
end
2222

2323
depends_on "go" => :build

0 commit comments

Comments
 (0)