2022-12-21 16:31:01 +00:00

40 lines
1.4 KiB
JSON

{
"version": "7.87.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.87.0/curl-7.87.0-win64-mingw.tar.xz",
"hash": "952308b3cf71cf178336a8026b10588f44918003d5a0ccbc1db4c704149a753e",
"extract_dir": "curl-7.87.0-win64-mingw"
},
"32bit": {
"url": "https://curl.haxx.se/windows/dl-7.87.0/curl-7.87.0-win32-mingw.tar.xz",
"hash": "e1b0d63024e89d6d62a9ae8b734cb1bfd4f2ab49aeb2143f6d04a29fdbae9295",
"extract_dir": "curl-7.87.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-$version-win64-mingw"
},
"32bit": {
"url": "https://curl.haxx.se/windows/dl-$version/curl-$version-win32-mingw.tar.xz",
"extract_dir": "curl-$version-win32-mingw"
}
},
"hash": {
"url": "$baseurl/hashes.txt",
"regex": "SHA256\\($basename\\)=\\s+$sha256"
}
}
}