From b12b5cbb2ce057b6d1e67589cdd543e59d149fa0 Mon Sep 17 00:00:00 2001 From: zonyitoo Date: Sun, 27 Aug 2023 00:50:40 +0800 Subject: [PATCH] updated homebrew hash --- 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 26d73ce3..d77b0646 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.3.tar.gz" - sha256 "13b877b0961402310f45b814b1f4cefec141d0a2ff8be37d57f1ee966c41c497" + url "https://github.com/shadowsocks/shadowsocks-rust/archive/v1.16.0.tar.gz" + sha256 "cda512dcb63f9b88ae678dbb357e790e13fe8c2fee9997ea2a9f88677064bf19" license "MIT" head "https://github.com/shadowsocks/shadowsocks-rust.git", branch: "master"