Update curl 7.73.0 --> 7.78.0 (#10655)

The download link for the old version 7.73.0 returns 404.

changelog_begin
changelog_end

Co-authored-by: Andreas Herrmann <andreas.herrmann@tweag.io>
This commit is contained in:
Andreas Herrmann 2021-08-24 15:45:27 +02:00 committed by GitHub
parent a471f15aa8
commit 663781a159
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 10 deletions

2
.dadew
View File

@ -5,7 +5,7 @@
"7zip",
"bazel",
"cacert",
"curl-7.73.0",
"curl",
"java-openjdk-8u201",
"maven-3.6.1",
"msys2",

View File

@ -1,18 +1,18 @@
{
"version": "7.73.0_3",
"version": "7.78.0",
"description": "Command line tool and library for transferring data with URLs",
"homepage": "https://curl.haxx.se/",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://curl.haxx.se/windows/dl-7.73.0_3/curl-7.73.0_3-win64-mingw.tar.xz",
"hash": "909cbdce9dc7292df40596aa0206d398f53b9dd8638c37a4618d4c2b85693bf0",
"extract_dir": "curl-7.73.0_3-win64-mingw"
"url": "https://curl.se/windows/dl-7.78.0/curl-7.78.0-win64-mingw.zip",
"hash": "ed88a2567c76095b12becce481da6040b13a9edb1cdc7e8ad520d58d6cb80eaa",
"extract_dir": "curl-7.78.0-win64-mingw"
},
"32bit": {
"url": "https://curl.haxx.se/windows/dl-7.73.0_3/curl-7.73.0_3-win32-mingw.tar.xz",
"hash": "920b24edc1d933dbc40fd0d671540a69554ae52966934061cfdf58c09a822b76",
"extract_dir": "curl-7.73.0_3-win32-mingw"
"url": "https://curl.se/windows/dl-7.78.0/curl-7.78.0-win32-mingw.zip",
"hash": "8f6a34593d9816c0c0e9077c89ec990145d85c1f8d8d03bdf5ed8d52fecf9931",
"extract_dir": "curl-7.78.0-win32-mingw"
}
},
"bin": "bin\\curl.exe",
@ -23,11 +23,11 @@
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://curl.haxx.se/windows/dl-$version/curl-$version-win64-mingw.tar.xz",
"url": "https://curl.se/windows/dl-$version/curl-$version-win64-mingw.zip",
"extract_dir": "curl-$matchHead-win64-mingw"
},
"32bit": {
"url": "https://curl.haxx.se/windows/dl-$version/curl-$version-win32-mingw.tar.xz",
"url": "https://curl.se/windows/dl-$version/curl-$version-win32-mingw.zip",
"extract_dir": "curl-$matchHead-win32-mingw"
}
},