Skip to content

Commit 1ebe085

Browse files
committed
update to upstream v1.3.1
1 parent 566ae40 commit 1ebe085

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ packaged for [Zig](https://ziglang.org/).
88
First, update your `build.zig.zon`:
99

1010
```
11-
zig fetch --save https://github.com/allyourcodebase/zlib/archive/refs/tags/1.3.0.tar.gz
11+
zig fetch --save https://github.com/allyourcodebase/zlib/archive/refs/tags/1.3.1.tar.gz
1212
```
1313

1414
Next, add this snippet to your `build.zig` script:

build.zig.zon

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
.{
22
.name = "zlib",
3-
.version = "1.3.1-3",
3+
.version = "1.3.1",
44
.dependencies = .{
55
.zlib = .{
6-
.url = "https://github.com/madler/zlib/archive/refs/tags/v1.3.tar.gz",
7-
.hash = "12207d353609d95cee9da7891919e6d9582e97b7aa2831bd50f33bf523a582a08547",
6+
.url = "https://github.com/madler/zlib/archive/refs/tags/v1.3.1.tar.gz",
7+
.hash = "1220fed0c74e1019b3ee29edae2051788b080cd96e90d56836eea857b0b966742efb",
88
},
99
},
1010
.paths = .{

0 commit comments

Comments
 (0)