mirror of
https://github.com/RGBCube/serenity
synced 2025-07-29 12:17:36 +00:00
Ports/zlib: Update to version 1.3
This commit is contained in:
parent
ca9785cf81
commit
a1ccc4b0cf
2 changed files with 5 additions and 5 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue