mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-27 21:21:50 +03:00
Ports: Update curl to 7.88.1
This commit is contained in:
parent
b161f5ea05
commit
450ffbe612
Notes:
sideshowbarker
2024-07-17 00:25:35 +09:00
Author: https://github.com/kennethmyhra Commit: https://github.com/SerenityOS/serenity/commit/450ffbe612 Pull-request: https://github.com/SerenityOS/serenity/pull/17587
@ -37,7 +37,7 @@ This list is also available at [ports.serenityos.net](https://ports.serenityos.n
|
||||
| [`composer`](composer/) | Composer | 2.4.3 | https://getcomposer.org/ |
|
||||
| [`coreutils`](coreutils/) | GNU core utilities | 9.1 | https://www.gnu.org/software/coreutils/ |
|
||||
| [`cpio`](cpio/) | GNU cpio archive utility | 2.13 | https://www.gnu.org/software/cpio/ |
|
||||
| [`curl`](curl/) | curl | 7.87.0 | https://curl.se/ |
|
||||
| [`curl`](curl/) | curl | 7.88.1 | https://curl.se/ |
|
||||
| [`dash`](dash/) | DASH | 0.5.10.2 | http://gondor.apana.org.au/~herbert/dash |
|
||||
| [`dialog`](dialog/) | Dialog | 1.3-20220526 | https://invisible-island.net/dialog/ |
|
||||
| [`diffutils`](diffutils/) | GNU Diffutils | 3.8 | https://www.gnu.org/software/diffutils/ |
|
||||
|
@ -1,8 +1,8 @@
|
||||
#!/usr/bin/env -S bash ../.port_include.sh
|
||||
port='curl'
|
||||
version='7.87.0'
|
||||
version='7.88.1'
|
||||
useconfigure='true'
|
||||
files="https://curl.se/download/curl-${version}.tar.bz2 curl-${version}.tar.bz2 5d6e128761b7110946d1276aff6f0f266f2b726f5e619f7e0a057a474155f307"
|
||||
files="https://curl.se/download/curl-${version}.tar.bz2 curl-${version}.tar.bz2 8224b45cce12abde039c12dc0711b7ea85b104b9ad534d6e4c5b4e188a61c907"
|
||||
auth_type='sha256'
|
||||
depends=(
|
||||
'ca-certificates'
|
||||
|
Loading…
Reference in New Issue
Block a user