2021-08-25 18:00:35 +00:00

40 lines
1.4 KiB
JSON

{
"version": "7.78.0_2",
"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.78.0_2/curl-7.78.0_2-win64-mingw.tar.xz",
"hash": "df5820448746c045a21900864f8323d7f2c1e03fd7969d8f55f9d02e181a8805",
"extract_dir": "curl-7.78.0-win64-mingw"
},
"32bit": {
"url": "https://curl.haxx.se/windows/dl-7.78.0_2/curl-7.78.0_2-win32-mingw.tar.xz",
"hash": "169034573fa4f38c645df5704a0e37b024d6178378c545335e5b2815eaf04091",
"extract_dir": "curl-7.78.0-win32-mingw"
}
},
"bin": "bin\\curl.exe",
"checkver": {
"url": "https://curl.haxx.se/windows/",
"regex": "Build<\\/b>:\\s+([\\d._]+)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://curl.haxx.se/windows/dl-$version/curl-$version-win64-mingw.tar.xz",
"extract_dir": "curl-$matchHead-win64-mingw"
},
"32bit": {
"url": "https://curl.haxx.se/windows/dl-$version/curl-$version-win32-mingw.tar.xz",
"extract_dir": "curl-$matchHead-win32-mingw"
}
},
"hash": {
"url": "$baseurl/hashes.txt",
"regex": "SHA256\\($basename\\)=\\s+$sha256"
}
}
}