From 450ffbe612985b14fe24104ce933df921052a1c6 Mon Sep 17 00:00:00 2001 From: Kenneth Myhra Date: Mon, 20 Feb 2023 20:29:29 +0100 Subject: [PATCH] Ports: Update curl to 7.88.1 --- Ports/AvailablePorts.md | 2 +- Ports/curl/package.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Ports/AvailablePorts.md b/Ports/AvailablePorts.md index 9801dcd79d..b52b3af659 100644 --- a/Ports/AvailablePorts.md +++ b/Ports/AvailablePorts.md @@ -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/ | diff --git a/Ports/curl/package.sh b/Ports/curl/package.sh index 46e3be910f..fd74d1af4d 100755 --- a/Ports/curl/package.sh +++ b/Ports/curl/package.sh @@ -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'