diff options
author | Luke Wilde <lukew@serenityos.org> | 2022-04-29 20:05:22 +0100 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2022-05-04 19:26:02 +0200 |
commit | 58409bcbd2c8c20d45f50f256724f057615fc26f (patch) | |
tree | a9856a63b2dd87ba454319e40dd94882bf34861e /Ports/curl | |
parent | c0e3d453c0aa0520d068bb1ef2c53e00c5b07c59 (diff) | |
download | serenity-58409bcbd2c8c20d45f50f256724f057615fc26f.zip |
Ports: Update curl to 7.83.0
Diffstat (limited to 'Ports/curl')
-rwxr-xr-x | Ports/curl/package.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Ports/curl/package.sh b/Ports/curl/package.sh index e81d8790ba..aca4d9aa36 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.82.0 +version=7.83.0 useconfigure=true -files="https://curl.se/download/curl-${version}.tar.bz2 curl-${version}.tar.bz2 46d9a0400a33408fd992770b04a44a7434b3036f2e8089ac28b57573d59d371f" +files="https://curl.se/download/curl-${version}.tar.bz2 curl-${version}.tar.bz2 247c7ec7521c4258e65634e529270d214fe32969971cccb72845e7aa46831f96" auth_type=sha256 depends=("ca-certificates" "openssl" "zlib" "zstd") configopts=("-DCMAKE_TOOLCHAIN_FILE=${SERENITY_BUILD_DIR}/CMakeToolchain.txt") |