Ports: Update zlib to 1.3.1

This commit is contained in:
Fabian Dellwing 2024-01-23 13:12:33 +01:00 committed by Tim Schumacher
parent 7a3fc621bd
commit e8b5055349
Notes: sideshowbarker 2024-07-17 04:41:05 +09:00
2 changed files with 3 additions and 3 deletions

View File

@ -337,6 +337,6 @@ This list is also available at [ports.serenityos.net](https://ports.serenityos.n
| [`xz`](xz/) | xz | 5.4.4 | https://tukaani.org/xz/ |
| [`yasm`](yasm/) | Yasm Modular Assembler | 1.3.0 | https://yasm.tortall.net/ |
| [`zig`](zig/) | Zig programming language | 0.12.0-dev.141+ddf5859c2 | https://ziglang.org/ |
| [`zlib`](zlib/) | zlib | 1.3 | https://www.zlib.net/ |
| [`zlib`](zlib/) | zlib | 1.3.1 | https://www.zlib.net/ |
| [`zsh`](zsh/) | Z Shell (Zsh) | 5.9 | https://www.zsh.org |
| [`zstd`](zstd/) | Zstandard | 1.5.5 | https://facebook.github.io/zstd/ |

View File

@ -1,9 +1,9 @@
#!/usr/bin/env -S bash ../.port_include.sh
port='zlib'
version='1.3'
version='1.3.1'
useconfigure='true'
files=(
"https://www.zlib.net/zlib-${version}.tar.gz#ff0ba4c292013dbc27530b3a81e1f9a813cd39de01ca5e0f8bf355702efa593e"
"https://www.zlib.net/fossils/zlib-${version}.tar.gz#9a93b2b7dfdac77ceba5a558a580e74667dd6fede4585b91eefb60f03b72df23"
)
configure() {