Skip to content

Commit 1e3b677

Browse files
kennethmyhralinusg
authored andcommitted
Ports: Update curl to 7.86.0
1 parent 0475407 commit 1e3b677

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Ports/AvailablePorts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ This list is also available at [ports.serenityos.net](https://ports.serenityos.n
3636
| [`composer`](composer/) | Composer | 2.4.3 | https://getcomposer.org/ |
3737
| [`coreutils`](coreutils/) | GNU core utilities | 9.1 | https://www.gnu.org/software/coreutils/ |
3838
| [`cpio`](cpio/) | GNU cpio archive utility | 2.13 | https://www.gnu.org/software/cpio/ |
39-
| [`curl`](curl/) | curl | 7.84.0 | https://curl.se/ |
39+
| [`curl`](curl/) | curl | 7.86.0 | https://curl.se/ |
4040
| [`dash`](dash/) | DASH | 0.5.10.2 | http://gondor.apana.org.au/~herbert/dash |
4141
| [`dialog`](dialog/) | Dialog | 1.3-20220526 | https://invisible-island.net/dialog/ |
4242
| [`diffutils`](diffutils/) | GNU Diffutils | 3.8 | https://www.gnu.org/software/diffutils/ |

Ports/curl/package.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#!/usr/bin/env -S bash ../.port_include.sh
22
port=curl
3-
version=7.84.0
3+
version=7.86.0
44
useconfigure=true
5-
files="https://curl.se/download/curl-${version}.tar.bz2 curl-${version}.tar.bz2 702fb26e73190a3bd77071aa146f507b9817cc4dfce218d2ab87f00cd3bc059d"
5+
files="https://curl.se/download/curl-${version}.tar.bz2 curl-${version}.tar.bz2 f5ca69db03eea17fa8705bdfb1a9f58d76a46c9010518109bb38f313137e0a28"
66
auth_type=sha256
77
depends=("ca-certificates" "openssl" "zlib" "zstd")
88
configopts=("-DCMAKE_TOOLCHAIN_FILE=${SERENITY_BUILD_DIR}/CMakeToolchain.txt")

0 commit comments

Comments
 (0)