diff --git a/homebrew/shadowsocks-rust.rb b/homebrew/shadowsocks-rust.rb index b78acf0adf99..26ba632e0f7d 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.16.2.tar.gz" - sha256 "04fb797d8d04b8af9c4746ab9c1d659a3575a677892c2d5d9194a4b0e210e2ab" + url "https://github.com/shadowsocks/shadowsocks-rust/archive/v1.17.0.tar.gz" + sha256 "ef964ac60a499a0c8313d48284a7542c085f9c7672eb121a796b70d49163f35a" license "MIT" head "https://github.com/shadowsocks/shadowsocks-rust.git", branch: "master"