summaryrefslogtreecommitdiff
path: root/Ports/curl
diff options
context:
space:
mode:
authorLuke Wilde <lukew@serenityos.org>2022-04-29 20:05:22 +0100
committerLinus Groh <mail@linusgroh.de>2022-05-04 19:26:02 +0200
commit58409bcbd2c8c20d45f50f256724f057615fc26f (patch)
treea9856a63b2dd87ba454319e40dd94882bf34861e /Ports/curl
parentc0e3d453c0aa0520d068bb1ef2c53e00c5b07c59 (diff)
downloadserenity-58409bcbd2c8c20d45f50f256724f057615fc26f.zip
Ports: Update curl to 7.83.0
Diffstat (limited to 'Ports/curl')
-rwxr-xr-xPorts/curl/package.sh4
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")