File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ packaged for [Zig](https://ziglang.org/).
88First, 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
1414Next, add this snippet to your ` build.zig ` script:
Original file line number Diff line number Diff line change 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 = .{
You can’t perform that action at this time.
0 commit comments