diff --git a/Formula/s/shadowsocks-rust.rb b/Formula/s/shadowsocks-rust.rb index d2caf37984628..565ee4cb416c6 100644 --- a/Formula/s/shadowsocks-rust.rb +++ b/Formula/s/shadowsocks-rust.rb @@ -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.1.tar.gz" - sha256 "95bef16ced3d937e085fdce0bc8de33e156c00bdc9c10100778d3e3ff4df95f0" + url "https://github.com/shadowsocks/shadowsocks-rust/archive/refs/tags/v1.20.2.tar.gz" + sha256 "555f0680621d6ebe19eb6b91356068ca7afabf5ef502bbe2a85d779af03e45b9" license "MIT" head "https://github.com/shadowsocks/shadowsocks-rust.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sonoma: "afabd67e02ac70fe8f64a7e3ee39a794d08bcfc3c6697f5fbbfeb7b12667b9f3" - sha256 cellar: :any_skip_relocation, arm64_ventura: "db73da02b59928af38708f0d37ce817ef688aae06cffd886f8730ca963f677fb" - sha256 cellar: :any_skip_relocation, arm64_monterey: "c42aaf88dea6cf657a6e452f749c0ac8c4a5455726e6092e4766870abde2e0ed" - sha256 cellar: :any_skip_relocation, sonoma: "0a9e43ff5ef617e9fba2f3ea47f8f01c1454babe349afd6dd14f22b9d6f15f81" - sha256 cellar: :any_skip_relocation, ventura: "2bcacc821587605c93d528eae92d1112615e1ff7a34fc582695195e2f47b4333" - sha256 cellar: :any_skip_relocation, monterey: "0babb67fafb0ddc7fd99cfa401ba035c9ab2315409604aba9d0c7323c3cc90fa" - sha256 cellar: :any_skip_relocation, x86_64_linux: "ea0c91843d9e5137fb282d5ff3eff00f097c05df516698c06c2ea3ac7ab835a1" + 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" end depends_on "rust" => :build