1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 13:27:35 +00:00

Ports/curl: Update curl to version 8.2.1

This commit is contained in:
EWouters 2023-09-01 18:51:34 +02:00 committed by Jelle Raaijmakers
parent c100b712bf
commit bc12e793c5
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.0'
version='8.2.1'
useconfigure='true'
files=(
"https://curl.se/download/curl-${version}.tar.bz2#080aaa5bef29ab3f592101e7a95f32ddbe88b92125cb28dde479d5a104928ea4"
"https://curl.se/download/curl-${version}.tar.bz2#0f1e31ebe336c09ec66381f1532f8350e466e1d02ffe10c4ac44a867f1b9d343"
)
depends=(
'ca-certificates'