Skip to content

Commit

Permalink
Merge pull request #178785 from Homebrew/bump-shadowsocks-rust-1.20.3
Browse files Browse the repository at this point in the history
shadowsocks-rust 1.20.3
  • Loading branch information
BrewTestBot authored Jul 28, 2024
2 parents a7dfa04 + 038e7ad commit a093e0f
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/s/shadowsocks-rust.rb
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
class ShadowsocksRust < Formula
desc "Rust port of Shadowsocks"
homepage "https://github.com/shadowsocks/shadowsocks-rust"
url "https://github.com/shadowsocks/shadowsocks-rust/archive/refs/tags/v1.20.2.tar.gz"
sha256 "555f0680621d6ebe19eb6b91356068ca7afabf5ef502bbe2a85d779af03e45b9"
url "https://github.com/shadowsocks/shadowsocks-rust/archive/refs/tags/v1.20.3.tar.gz"
sha256 "07d2301cb14d8e1ff653def167604e701ca9a05a140291875e0ec9e6334ad513"
license "MIT"
head "https://github.com/shadowsocks/shadowsocks-rust.git", branch: "master"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "d13b62c6d9ab87ce41efe84b2343b4822d71f5648189cdef339a20f81883da06"
sha256 cellar: :any_skip_relocation, arm64_ventura: "c7df0f0e47dbc98e9bbf2236c46f7558df6aee4fb4c24684888a69c71872d45c"
sha256 cellar: :any_skip_relocation, arm64_monterey: "4a100c73dd75f27d3bf137b342d59bfe86ce63a25efb97c5dfd0a506e4da68e1"
sha256 cellar: :any_skip_relocation, sonoma: "cbc37a0d3f7897b74cca87a5a995c4372925aae030086b426816110a1e736c71"
sha256 cellar: :any_skip_relocation, ventura: "621f462208d85f67730c658c0ab73b13c7eed746586ed0135416b223310ac9a9"
sha256 cellar: :any_skip_relocation, monterey: "44f498f5e557ca15788ff52f82f709c2991ca7530f473577d1efae5656c4ed33"
sha256 cellar: :any_skip_relocation, x86_64_linux: "e244042d968274bc5cc7cc4963da514175ea93afd574ebacf9294308728a6a23"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "ff2a3a538c2bbea3d9f261d403fa2725c81ffc15cf1c1a4b83e6a8328ce897fb"
sha256 cellar: :any_skip_relocation, arm64_ventura: "8bc34afe2c5bc80993f107bc284dbd43f93a2607fe316e6546da104cb31b117c"
sha256 cellar: :any_skip_relocation, arm64_monterey: "1564a01dc0ed86615e7f4a116ba16f38ef1b48b4fc11ae393a5b177fcef996e7"
sha256 cellar: :any_skip_relocation, sonoma: "5102e04bd672a22b7b61c260934a9f8a5c2e81c5836b49663204e2d98d6696ce"
sha256 cellar: :any_skip_relocation, ventura: "ce663a048700904105865dd1ff8833073793f5f944b7640a870b57355f322ec5"
sha256 cellar: :any_skip_relocation, monterey: "fca1c4180ce9e579885bf4da26e408235ea4e4bc9ca063f207c77459cead76dc"
sha256 cellar: :any_skip_relocation, x86_64_linux: "9332f3cf09d4f4075b7c54661a8059e53a286657739e16133367524ffb3a4212"
end

depends_on "rust" => :build
Expand Down

0 comments on commit a093e0f

Please sign in to comment.