From c7e3f27fc264f06a1df467b05b9be8cbd0fd79f0 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sat, 17 Dec 2022 15:00:37 -0500 Subject: [PATCH] shadowsocks-rust 1.15.1 Closes #118399. Signed-off-by: Michka Popoff <3406519+iMichka@users.noreply.github.com> Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> --- Formula/shadowsocks-rust.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/shadowsocks-rust.rb b/Formula/shadowsocks-rust.rb index 899a69a6ff2..ca73a3c1217 100644 --- a/Formula/shadowsocks-rust.rb +++ b/Formula/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/v1.14.3.tar.gz" - sha256 "a41437cdae1279914f11c07a584ab8b2b21e9b08bd732ef11fb447c765202215" + url "https://github.com/shadowsocks/shadowsocks-rust/archive/v1.15.1.tar.gz" + sha256 "afa6edd6532501583d1abb5c2767c3c7993e458e06c9787d0c5cecfaa6ed5e5f" license "MIT" head "https://github.com/shadowsocks/shadowsocks-rust.git", branch: "master"