Skip to content

Commit 12b3b52

Browse files
committed
chore(homebrew): v1.16.2 new release
1 parent 09c6b23 commit 12b3b52

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

crates/shadowsocks-service/src/local/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ impl Server {
353353
let mut server_builder = {
354354
let local_addr = local_config.local_dns_addr.expect("missing local_dns_addr");
355355
let remote_addr = local_config.remote_dns_addr.expect("missing remote_dns_addr");
356-
let client_cache_size = local_config.client_cache_size.unwrap_or_else(5);
356+
let client_cache_size = local_config.client_cache_size.unwrap_or(5);
357357

358358
DnsBuilder::with_context(
359359
context.clone(),

homebrew/shadowsocks-rust.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class ShadowsocksRust < Formula
22
desc "Rust port of Shadowsocks"
33
homepage "https://github.com/shadowsocks/shadowsocks-rust"
4-
url "https://github.com/shadowsocks/shadowsocks-rust/archive/v1.16.1.tar.gz"
5-
sha256 "da4c6256247207b2579721046292bab1a2ac62301878c73ff778c168caa8a990"
4+
url "https://github.com/shadowsocks/shadowsocks-rust/archive/v1.16.2.tar.gz"
5+
sha256 "04fb797d8d04b8af9c4746ab9c1d659a3575a677892c2d5d9194a4b0e210e2ab"
66
license "MIT"
77
head "https://github.com/shadowsocks/shadowsocks-rust.git", branch: "master"
88

0 commit comments

Comments
 (0)