2021-05-26 01:00:23 +00:00

40 lines
1.4 KiB
JSON

{
"version": "7.76.1_4",
"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.76.1_4/curl-7.76.1_4-win64-mingw.tar.xz",
"hash": "357b2ddcaa418c5de586632fad52dae1c7453667e96ba21110ecab8303eb8d0c",
"extract_dir": "curl-7.76.1-win64-mingw"
},
"32bit": {
"url": "https://curl.haxx.se/windows/dl-7.76.1_4/curl-7.76.1_4-win32-mingw.tar.xz",
"hash": "d566ce1c681879acc45ebcb736451fa3f18343fb1ab1925cdd9b10dcbebae401",
"extract_dir": "curl-7.76.1-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"
}
}
}