Skip to content

Commit

Permalink
Merge pull request Homebrew#173561 from Homebrew/bump-overtls-0.2.27
Browse files Browse the repository at this point in the history
overtls 0.2.27
  • Loading branch information
BrewTestBot authored Jun 3, 2024
2 parents f65b3a4 + 399d534 commit f55df50
Showing 1 changed file with 9 additions and 15 deletions.
24 changes: 9 additions & 15 deletions Formula/o/overtls.rb
Original file line number Diff line number Diff line change
@@ -1,29 +1,23 @@
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"

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

# 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

Expand Down

0 comments on commit f55df50

Please sign in to comment.