From d450eb9baddaeec8e6b56e22413d29b1e98f4582 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 15 Aug 2024 18:52:36 +0000 Subject: [PATCH 1/2] shadowsocks-rust 1.20.4 --- 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 eca4f95b6931b..dab5ffec0b984 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.3.tar.gz" - sha256 "07d2301cb14d8e1ff653def167604e701ca9a05a140291875e0ec9e6334ad513" + url "https://github.com/shadowsocks/shadowsocks-rust/archive/refs/tags/v1.20.4.tar.gz" + sha256 "cf064ad157974b3e396aab3bb60aab380dbc4e11b736603bfbc8e7a138f6bb26" license "MIT" head "https://github.com/shadowsocks/shadowsocks-rust.git", branch: "master" From ff16739056bf31ef364129cb8b37f24d9f35baf8 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 15 Aug 2024 19:58:06 +0000 Subject: [PATCH 2/2] shadowsocks-rust: update 1.20.4 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 dab5ffec0b984..001d202281c90 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: "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" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "d1630c13d7fb858d36e362a05bb2f251bf480a33195e659291184589216927af" + sha256 cellar: :any_skip_relocation, arm64_ventura: "bf2d45029911859c1d001de8ca6dfc7393733b63cf0679a813fd5c6ab1ee4c21" + sha256 cellar: :any_skip_relocation, arm64_monterey: "1352fac425cb427c2da55d0e6e93519ace261d929ef559ebb80b6016c1b3a77e" + sha256 cellar: :any_skip_relocation, sonoma: "3de5f3417ab80e5b9dc1195cbc35172edc65a6688ed386d44aff3ad75ebf7147" + sha256 cellar: :any_skip_relocation, ventura: "ea529229436024527d28323b643dcaa88597a9a5cd62d96fc8c798cc02f9150c" + sha256 cellar: :any_skip_relocation, monterey: "73e6c78730f1e8feaca54b00747f6b6e78dabf71816c4f5f87a3c09d1ef40069" + sha256 cellar: :any_skip_relocation, x86_64_linux: "3a3659672ba3738f5ab1066ebe9394ee21a78d0a69f6f205dad8baadc9ab20b5" end depends_on "rust" => :build