From 6fe1415d48edc5a57164b9200d7f8f045e4c18c3 Mon Sep 17 00:00:00 2001 From: zonyitoo Date: Thu, 1 Feb 2024 22:52:39 +0800 Subject: [PATCH] update homebrew v1.17.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 d5b364a2..8cd549b3 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.17.1.tar.gz" - sha256 "97a1c8ebf7fd19de94cd6d0dfee398667e1f4e131ec8a37ecb7c3191af7cc75e" + url "https://github.com/shadowsocks/shadowsocks-rust/archive/v1.17.2.tar.gz" + sha256 "79d3d5204fad725bd2712f29066e71d14a329c3ea956b708cb6ea64bb0316a0b" license "MIT" head "https://github.com/shadowsocks/shadowsocks-rust.git", branch: "master"