Skip to content

Commit f55df50

Browse files
authored
Merge pull request Homebrew#173561 from Homebrew/bump-overtls-0.2.27
overtls 0.2.27
2 parents f65b3a4 + 399d534 commit f55df50

File tree

1 file changed

+9
-15
lines changed

1 file changed

+9
-15
lines changed

Formula/o/overtls.rb

+9-15
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,23 @@
11
class Overtls < Formula
22
desc "Simple proxy tunnel for bypassing the GFW"
33
homepage "https://github.com/ShadowsocksR-Live/overtls"
4-
url "https://github.com/ShadowsocksR-Live/overtls/archive/refs/tags/v0.2.26.tar.gz"
5-
sha256 "3ffcdad396848559ac8f300c0d66d7f07713b1c200602943267ce18ced62fb34"
4+
url "https://github.com/ShadowsocksR-Live/overtls/archive/refs/tags/v0.2.27.tar.gz"
5+
sha256 "5d9f226237b6cd324ae35ffd7464b4e580bde59bad61aa92201de01fcffec773"
66
license "MIT"
77
head "https://github.com/ShadowsocksR-Live/overtls.git", branch: "master"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "38afbfc0be44965f5b504590bb22f4f91f4d7d094438b211545985a989eecd6a"
11-
sha256 cellar: :any_skip_relocation, arm64_ventura: "0303bdb66ef8a1956002ef4492dff997db2c098e31b7dab031a1a3084f5e435a"
12-
sha256 cellar: :any_skip_relocation, arm64_monterey: "ffadf42e44ead8c0464e8448720ab9f9f6416c800e198ce47f370795070b5d1e"
13-
sha256 cellar: :any_skip_relocation, sonoma: "1a576eeb604a7f0c63e17b34915b74e298a52ba1817583c389f5c226756229cc"
14-
sha256 cellar: :any_skip_relocation, ventura: "5747e3c74fb945af87794521ded6345938d23601ec53eaaa189e849dd28de6f1"
15-
sha256 cellar: :any_skip_relocation, monterey: "85e365c83bf1dac3d976d93d3f61e839eec1475921c0c0703a00d6f68c0fdd35"
16-
sha256 cellar: :any_skip_relocation, x86_64_linux: "0cf36aebc39646a06cce033f3669de29395f429e95fa224d283404189989d435"
10+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "70f1140e719d07dc35fed113aa7638386ffc63c52e2b1980fa9c6bd0573ba145"
11+
sha256 cellar: :any_skip_relocation, arm64_ventura: "8c159142e1f6484b5253cb2b72a599f7560e6430b0013c0a008a796edb7e131c"
12+
sha256 cellar: :any_skip_relocation, arm64_monterey: "829893661aad0499a110fc32f0ccd1d23009453c6ee402c1f36a27fe905b0dfb"
13+
sha256 cellar: :any_skip_relocation, sonoma: "2e486e04eee7ed0ad700c702da2a08e019bba5d7c55c014022e64ea81f60b041"
14+
sha256 cellar: :any_skip_relocation, ventura: "8ad0c899b61546d47c53cb530278202c42a3d1c69fd9138302149bc2356d12ee"
15+
sha256 cellar: :any_skip_relocation, monterey: "60f942a79a45f554c6282e9f804ab2766b8cbd501d2d79a158d0349dbfe58486"
16+
sha256 cellar: :any_skip_relocation, x86_64_linux: "66710844038b8716a44a1c7dc35317409e6dd2b051bc8b61d1ac41f38cf801fc"
1717
end
1818

1919
depends_on "rust" => :build
2020

21-
# version patch, upstream pr ref, https://github.com/ShadowsocksR-Live/overtls/pull/57
22-
patch do
23-
url "https://github.com/ShadowsocksR-Live/overtls/commit/33db5c7b33b0884f92b559f21b566de0751bf701.patch?full_index=1"
24-
sha256 "710c30129d490cccb65ebc9023dada0e0072b0e07b3e26686cd3f80ce14e4180"
25-
end
26-
2721
def install
2822
system "cargo", "install", *std_cargo_args
2923

0 commit comments

Comments
 (0)