From 3fbf3d593f524da579c1e3fad29f9865871deb38 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 28 Jul 2024 18:49:08 +0000 Subject: [PATCH 1/2] shadowsocks-rust 1.20.3 --- Formula/s/shadowsocks-rust.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/s/shadowsocks-rust.rb b/Formula/s/shadowsocks-rust.rb index 565ee4cb416c6..bd249bfeea815 100644 --- a/Formula/s/shadowsocks-rust.rb +++ b/Formula/s/shadowsocks-rust.rb @@ -1,8 +1,8 @@ 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" From 038e7ad7057a39315475ab4b0c9d9a680df5418b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 28 Jul 2024 21:53:41 +0000 Subject: [PATCH 2/2] shadowsocks-rust: update 1.20.3 bottle. --- Formula/s/shadowsocks-rust.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/s/shadowsocks-rust.rb b/Formula/s/shadowsocks-rust.rb index bd249bfeea815..eca4f95b6931b 100644 --- a/Formula/s/shadowsocks-rust.rb +++ b/Formula/s/shadowsocks-rust.rb @@ -7,13 +7,13 @@ class ShadowsocksRust < Formula 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