Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/autobump.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3916,6 +3916,7 @@ zk
zlib
zlib-ng
zlib-ng-compat
zlib-rs
zlint
zlog
zls
Expand Down
4 changes: 2 additions & 2 deletions Formula/z/zlib-rs.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class ZlibRs < Formula
desc "C API for zlib-rs"
homepage "https://github.com/trifectatechfoundation/zlib-rs/tree/main/libz-rs-sys-cdylib#libz-rs-sys-cdylib"
url "https://github.com/trifectatechfoundation/zlib-rs/archive/refs/tags/v0.4.2.tar.gz"
sha256 "c1ddc10c38e50e9a465e7d76d6a5a8182656ae3fd35094af2b2d5c9606e58092"
url "https://github.com/trifectatechfoundation/zlib-rs/archive/refs/tags/v0.5.0.tar.gz"
sha256 "a5ef58c30220173b44c1304a9e367ec8fd6ac03c6c93ca41fc24b4837754ed1a"
license "Zlib"
head "https://github.com/trifectatechfoundation/zlib-rs.git", branch: "main"

Expand Down
Loading