mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-28 13:43:45 +03:00
Ports/zlib: Update to version 1.3
This commit is contained in:
parent
ca9785cf81
commit
a1ccc4b0cf
Notes:
sideshowbarker
2024-07-18 03:23:00 +09:00
Author: https://github.com/Danik2343 🔰 Commit: https://github.com/SerenityOS/serenity/commit/a1ccc4b0cf Pull-request: https://github.com/SerenityOS/serenity/pull/20651 Reviewed-by: https://github.com/timschumi ✅
@ -318,6 +318,6 @@ This list is also available at [ports.serenityos.net](https://ports.serenityos.n
|
||||
| [`xz`](xz/) | xz | 5.2.5 | https://tukaani.org/xz/ |
|
||||
| [`yasm`](yasm/) | Yasm Modular Assembler | 1.3.0 | https://yasm.tortall.net/ |
|
||||
| [`zig`](zig/) | Zig programming language | 0.11.0-dev.4003+c6aa29b6f | https://ziglang.org/ |
|
||||
| [`zlib`](zlib/) | zlib | 1.2.13 | https://www.zlib.net/ |
|
||||
| [`zlib`](zlib/) | zlib | 1.3 | https://www.zlib.net/ |
|
||||
| [`zsh`](zsh/) | Z Shell (Zsh) | 5.9 | https://www.zsh.org |
|
||||
| [`zstd`](zstd/) | Zstandard | 1.5.2 | https://facebook.github.io/zstd/ |
|
||||
|
@ -1,9 +1,9 @@
|
||||
#!/usr/bin/env -S bash ../.port_include.sh
|
||||
port=zlib
|
||||
version=1.2.13
|
||||
useconfigure=true
|
||||
port='zlib'
|
||||
version='1.3'
|
||||
useconfigure='true'
|
||||
files=(
|
||||
"https://www.zlib.net/zlib-${version}.tar.gz b3a24de97a8fdbc835b9833169501030b8977031bcb54b3b3ac13740f846ab30"
|
||||
"https://www.zlib.net/zlib-${version}.tar.gz ff0ba4c292013dbc27530b3a81e1f9a813cd39de01ca5e0f8bf355702efa593e"
|
||||
)
|
||||
|
||||
configure() {
|
||||
|
Loading…
Reference in New Issue
Block a user