1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-29 12:17:36 +00:00

Ports: Update curl to 8.4.0

This commit is contained in:
Kenneth Myhra 2023-10-11 21:57:19 +02:00 committed by Andreas Kling
parent c9c99b3c42
commit 12bdac92e5
2 changed files with 3 additions and 3 deletions

View file

@ -1,9 +1,9 @@
#!/usr/bin/env -S bash ../.port_include.sh
port='curl'
version='8.2.1'
version='8.4.0'
useconfigure='true'
files=(
"https://curl.se/download/curl-${version}.tar.bz2#0f1e31ebe336c09ec66381f1532f8350e466e1d02ffe10c4ac44a867f1b9d343"
"https://curl.se/download/curl-${version}.tar.bz2#e5250581a9c032b1b6ed3cf2f9c114c811fc41881069e9892d115cc73f9e88c6"
)
depends=(
'ca-certificates'