From acc80ee41c2fff064e023ba3b165bb2175684393 Mon Sep 17 00:00:00 2001 From: zonyitoo Date: Sat, 24 Dec 2022 14:35:12 +0800 Subject: [PATCH] homebrew v1.15.2 --- homebrew/shadowsocks-rust.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/homebrew/shadowsocks-rust.rb b/homebrew/shadowsocks-rust.rb index e14ee7a1..a1b48c71 100644 --- a/homebrew/shadowsocks-rust.rb +++ b/homebrew/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.15.0.tar.gz" - sha256 "9a6cd8f1902a4c80808ab7cef1d083cd9c8919bcb4cd5479f9b1364ea6183cf3" + url "https://github.com/shadowsocks/shadowsocks-rust/archive/v1.15.2.tar.gz" + sha256 "25d7a099ab09425c27c6543dbbddc38f65ab382e8353d51c695add91b4ced61f" license "MIT" head "https://github.com/shadowsocks/shadowsocks-rust.git", branch: "master"