2021-05-14 22:00:17 +00:00

40 lines
1.4 KiB
JSON

{
"version": "7.76.1_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.76.1_2/curl-7.76.1_2-win64-mingw.tar.xz",
"hash": "0af9fcea809d036d419e74f8a6e5a7f11f2c1d9667d89e2a4d1bdb0073082093",
"extract_dir": "curl-7.76.1-win64-mingw"
},
"32bit": {
"url": "https://curl.haxx.se/windows/dl-7.76.1_2/curl-7.76.1_2-win32-mingw.tar.xz",
"hash": "7fe2445304c9f22e994409132802a22e73684e0c93ed2f0622fc135b9d6899bf",
"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"
}
}
}