From e865b3e3ab50355a6909c5013bf4063386fa9854 Mon Sep 17 00:00:00 2001 From: Kenneth Myhra Date: Tue, 6 Feb 2024 19:30:03 +0100 Subject: [PATCH] Ports: Update curl to 8.6.0 --- 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 70570c59ee..3e54c232ed 100644 --- a/Ports/AvailablePorts.md +++ b/Ports/AvailablePorts.md @@ -47,7 +47,7 @@ This list is also available at [ports.serenityos.net](https://ports.serenityos.n | [`coreutils`](coreutils/) | GNU core utilities | 9.4 | https://www.gnu.org/software/coreutils/ | | [`cowsay`](cowsay/) | cowsay | 3.04 | https://github.com/tnalpgge/rank-amateur-cowsay | | [`cpio`](cpio/) | GNU cpio archive utility | 2.14 | https://www.gnu.org/software/cpio/ | -| [`curl`](curl/) | curl | 8.5.0 | https://curl.se/ | +| [`curl`](curl/) | curl | 8.6.0 | https://curl.se/ | | [`dash`](dash/) | DASH | 0.5.10.2 | http://gondor.apana.org.au/~herbert/dash | | [`deutex`](deutex/) | DeuTex | 5.2.2 | https://github.com/Doom-Utils/deutex | | [`devilutionX`](devilutionX/) | DevilutionX | 1.5.2 | https://github.com/diasurgical/devilutionX | diff --git a/Ports/curl/package.sh b/Ports/curl/package.sh index 361b043102..bddbe5a63d 100755 --- a/Ports/curl/package.sh +++ b/Ports/curl/package.sh @@ -1,9 +1,9 @@ #!/usr/bin/env -S bash ../.port_include.sh port='curl' -version='8.5.0' +version='8.6.0' useconfigure='true' files=( - "https://curl.se/download/curl-${version}.tar.bz2#ce4b6a6655431147624aaf582632a36fe1ade262d5fab385c60f78942dd8d87b" + "https://curl.se/download/curl-${version}.tar.bz2#b4785f2d8877fa92c0e45d7155cf8cc6750dbda961f4b1a45bcbec990cf2fa9b" ) depends=( 'ca-certificates'