mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-11 02:13:56 +09:00
Ports: Update zlib to 1.3.1
This commit is contained in:
parent
7a3fc621bd
commit
e8b5055349
Notes:
sideshowbarker
2024-07-17 04:41:05 +09:00
Author: https://github.com/fdellwing 🔰
Commit: e8b5055349
Pull-request: https://github.com/SerenityOS/serenity/pull/22910
Reviewed-by: https://github.com/timschumi ✅
2 changed files with 3 additions and 3 deletions
|
@ -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/ |
|
||||
|
|
|
@ -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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue