Skip to content

Commit 7cf3f75

Browse files
authored
Merge pull request #235859 from Homebrew/bump-zlib-rs-0.5.2
zlib-rs 0.5.2
2 parents 7e22789 + ed371e3 commit 7cf3f75

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

Formula/z/zlib-rs.rb

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,19 @@
11
class ZlibRs < Formula
22
desc "C API for zlib-rs"
33
homepage "https://github.com/trifectatechfoundation/zlib-rs/tree/main/libz-rs-sys-cdylib#libz-rs-sys-cdylib"
4-
url "https://github.com/trifectatechfoundation/zlib-rs/archive/refs/tags/v0.5.1.tar.gz"
5-
sha256 "270dedde7e1cd63e7a743a520a74b92e82aaf02a2cb7e5e461364f58a03cc720"
4+
url "https://github.com/trifectatechfoundation/zlib-rs/archive/refs/tags/v0.5.2.tar.gz"
5+
sha256 "38f6d0ebc0e00fe4df696af049d70de99cb79a781611167ff1f0fd2b78feb0c4"
66
license "Zlib"
77
head "https://github.com/trifectatechfoundation/zlib-rs.git", branch: "main"
88

99
bottle do
10-
rebuild 1
11-
sha256 cellar: :any, arm64_sequoia: "56639a1603d37c414486e9cb284cb5a6f20619bae756071bc1d23054623d42e9"
12-
sha256 cellar: :any, arm64_sonoma: "790c1ac316f2f58806dce435c83e864c16dd7712cb79c5c55af49f62a08efe18"
13-
sha256 cellar: :any, arm64_ventura: "8c5523144dadf9f2d14d271db2ff1efbca829352aff7d68c15a92fde83bd519b"
14-
sha256 cellar: :any, sonoma: "a841cc713277c0c393931d6cd8f4e234c8fc2a20abb62e90c74d7aa4519a2853"
15-
sha256 cellar: :any, ventura: "1fa3f5dd302754ef4af4c22e8cd45708e6317cb7acde893d1e4dc3284eecb7ae"
16-
sha256 cellar: :any_skip_relocation, arm64_linux: "63722b2d31982a172f1e349321cddcc343f282c74ab1457c3bdcc504f09f9542"
17-
sha256 cellar: :any_skip_relocation, x86_64_linux: "6c4b6ffaea988af8867051c8631f07c8091aee39e9271472e2468fbddd3d0473"
10+
sha256 cellar: :any, arm64_sequoia: "4a51ae18c3fc7fb801cbb64a391e28e5dc022383fc412f890f3385897a3cd512"
11+
sha256 cellar: :any, arm64_sonoma: "8829610f18363a0665da0b4c01a4ecc547846bdf2cc013b85490c93d37def924"
12+
sha256 cellar: :any, arm64_ventura: "337ddb0376831e118ffbc5b95c206fdf848e0bf92b4e4031dd30540901aa34e2"
13+
sha256 cellar: :any, sonoma: "83ed86d834273ce4b8979995ac678020467166326f3cc1e4a5bb28a6c3f3625a"
14+
sha256 cellar: :any, ventura: "cec9dd6565a31440586ca06006c3c79077d7f45d578080434ea90897037cccda"
15+
sha256 cellar: :any_skip_relocation, arm64_linux: "f33a4e39b5f3eaa80dd6062299cb83afe3620c78371b2c73322bfaf45723d326"
16+
sha256 cellar: :any_skip_relocation, x86_64_linux: "f6f8c82d180bd8925166564577cc77347b984f160a147e9b59199ebbcb2aeb36"
1817
end
1918

2019
depends_on "cargo-c" => :build

0 commit comments

Comments
 (0)