From b3521b7c5429d82b18af407df7c3452736d9641d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 3 Jun 2024 09:52:20 +0000 Subject: [PATCH 1/2] overtls 0.2.27 overtls: remove build patch Signed-off-by: Rui Chen --- Formula/o/overtls.rb | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/Formula/o/overtls.rb b/Formula/o/overtls.rb index fcdfee9c91751..05b3290c62c9c 100644 --- a/Formula/o/overtls.rb +++ b/Formula/o/overtls.rb @@ -1,8 +1,8 @@ class Overtls < Formula desc "Simple proxy tunnel for bypassing the GFW" homepage "https://github.com/ShadowsocksR-Live/overtls" - url "https://github.com/ShadowsocksR-Live/overtls/archive/refs/tags/v0.2.26.tar.gz" - sha256 "3ffcdad396848559ac8f300c0d66d7f07713b1c200602943267ce18ced62fb34" + url "https://github.com/ShadowsocksR-Live/overtls/archive/refs/tags/v0.2.27.tar.gz" + sha256 "5d9f226237b6cd324ae35ffd7464b4e580bde59bad61aa92201de01fcffec773" license "MIT" head "https://github.com/ShadowsocksR-Live/overtls.git", branch: "master" @@ -18,12 +18,6 @@ class Overtls < Formula depends_on "rust" => :build - # version patch, upstream pr ref, https://github.com/ShadowsocksR-Live/overtls/pull/57 - patch do - url "https://github.com/ShadowsocksR-Live/overtls/commit/33db5c7b33b0884f92b559f21b566de0751bf701.patch?full_index=1" - sha256 "710c30129d490cccb65ebc9023dada0e0072b0e07b3e26686cd3f80ce14e4180" - end - def install system "cargo", "install", *std_cargo_args From 399d534acbe7d18782ed784dc7cfd1a89a4eff87 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Mon, 3 Jun 2024 14:38:16 +0000 Subject: [PATCH 2/2] overtls: update 0.2.27 bottle. --- Formula/o/overtls.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/o/overtls.rb b/Formula/o/overtls.rb index 05b3290c62c9c..5127066ba621c 100644 --- a/Formula/o/overtls.rb +++ b/Formula/o/overtls.rb @@ -7,13 +7,13 @@ class Overtls < Formula head "https://github.com/ShadowsocksR-Live/overtls.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sonoma: "38afbfc0be44965f5b504590bb22f4f91f4d7d094438b211545985a989eecd6a" - sha256 cellar: :any_skip_relocation, arm64_ventura: "0303bdb66ef8a1956002ef4492dff997db2c098e31b7dab031a1a3084f5e435a" - sha256 cellar: :any_skip_relocation, arm64_monterey: "ffadf42e44ead8c0464e8448720ab9f9f6416c800e198ce47f370795070b5d1e" - sha256 cellar: :any_skip_relocation, sonoma: "1a576eeb604a7f0c63e17b34915b74e298a52ba1817583c389f5c226756229cc" - sha256 cellar: :any_skip_relocation, ventura: "5747e3c74fb945af87794521ded6345938d23601ec53eaaa189e849dd28de6f1" - sha256 cellar: :any_skip_relocation, monterey: "85e365c83bf1dac3d976d93d3f61e839eec1475921c0c0703a00d6f68c0fdd35" - sha256 cellar: :any_skip_relocation, x86_64_linux: "0cf36aebc39646a06cce033f3669de29395f429e95fa224d283404189989d435" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "70f1140e719d07dc35fed113aa7638386ffc63c52e2b1980fa9c6bd0573ba145" + sha256 cellar: :any_skip_relocation, arm64_ventura: "8c159142e1f6484b5253cb2b72a599f7560e6430b0013c0a008a796edb7e131c" + sha256 cellar: :any_skip_relocation, arm64_monterey: "829893661aad0499a110fc32f0ccd1d23009453c6ee402c1f36a27fe905b0dfb" + sha256 cellar: :any_skip_relocation, sonoma: "2e486e04eee7ed0ad700c702da2a08e019bba5d7c55c014022e64ea81f60b041" + sha256 cellar: :any_skip_relocation, ventura: "8ad0c899b61546d47c53cb530278202c42a3d1c69fd9138302149bc2356d12ee" + sha256 cellar: :any_skip_relocation, monterey: "60f942a79a45f554c6282e9f804ab2766b8cbd501d2d79a158d0349dbfe58486" + sha256 cellar: :any_skip_relocation, x86_64_linux: "66710844038b8716a44a1c7dc35317409e6dd2b051bc8b61d1ac41f38cf801fc" end depends_on "rust" => :build