pkg/zlib: update

This commit is contained in:
Mitchell Hashimoto
2024-05-09 21:01:08 -07:00
parent 7df335dde9
commit 12e059d275

View File

@ -1,11 +1,11 @@
.{
.name = "zlib",
.version = "1.3.0",
.version = "1.3.1",
.paths = .{""},
.dependencies = .{
.zlib = .{
.url = "https://github.com/madler/zlib/archive/refs/tags/v1.3.tar.gz",
.hash = "12207d353609d95cee9da7891919e6d9582e97b7aa2831bd50f33bf523a582a08547",
.url = "https://github.com/madler/zlib/archive/refs/tags/v1.3.1.tar.gz",
.hash = "1220fed0c74e1019b3ee29edae2051788b080cd96e90d56836eea857b0b966742efb",
},
.apple_sdk = .{ .path = "../apple-sdk" },