Skip to content

Commit

Permalink
chore(homebrew): v1.16.2 new release
Browse files Browse the repository at this point in the history
  • Loading branch information
zonyitoo committed Sep 23, 2023
1 parent 09c6b23 commit 12b3b52
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion crates/shadowsocks-service/src/local/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ impl Server {
let mut server_builder = {
let local_addr = local_config.local_dns_addr.expect("missing local_dns_addr");
let remote_addr = local_config.remote_dns_addr.expect("missing remote_dns_addr");
let client_cache_size = local_config.client_cache_size.unwrap_or_else(5);
let client_cache_size = local_config.client_cache_size.unwrap_or(5);

DnsBuilder::with_context(
context.clone(),
Expand Down
4 changes: 2 additions & 2 deletions homebrew/shadowsocks-rust.rb
Original file line number Diff line number Diff line change
@@ -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.1.tar.gz"
sha256 "da4c6256247207b2579721046292bab1a2ac62301878c73ff778c168caa8a990"
url "https://github.com/shadowsocks/shadowsocks-rust/archive/v1.16.2.tar.gz"
sha256 "04fb797d8d04b8af9c4746ab9c1d659a3575a677892c2d5d9194a4b0e210e2ab"
license "MIT"
head "https://github.com/shadowsocks/shadowsocks-rust.git", branch: "master"

Expand Down

0 comments on commit 12b3b52

Please sign in to comment.