mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 07:11:21 +00:00
49 lines
1.9 KiB
JSON
49 lines
1.9 KiB
JSON
{
|
|
"version": "8.2.1_4",
|
|
"description": "Command line tool and library for transferring data with URLs",
|
|
"homepage": "https://curl.se/",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://curl.se/windows/dl-8.2.1_4/curl-8.2.1_4-win64-mingw.tar.xz",
|
|
"hash": "0df006ef2e5884f1d61c155019dfd4fe37f98a80fd151959298342ce9ede754a",
|
|
"extract_dir": "curl-8.2.1_4-win64-mingw"
|
|
},
|
|
"32bit": {
|
|
"url": "https://curl.se/windows/dl-8.2.1_4/curl-8.2.1_4-win32-mingw.tar.xz",
|
|
"hash": "7ab5d8e73fac1f70b287d61fc3a29b79d2fa74dc525d26e84b4df77e2ca9935d",
|
|
"extract_dir": "curl-8.2.1_4-win32-mingw"
|
|
},
|
|
"arm64": {
|
|
"url": "https://curl.se/windows/dl-8.2.1_4/curl-8.2.1_4-win64a-mingw.tar.xz",
|
|
"hash": "e83b5230d6598dbfb9bd202469f0497af2bb64eeab383ebe4b9d6235ee75fccd",
|
|
"extract_dir": "curl-8.2.1_4-win64a-mingw"
|
|
}
|
|
},
|
|
"bin": "bin\\curl.exe",
|
|
"checkver": {
|
|
"url": "https://curl.se/windows/",
|
|
"regex": "Build<\\/b>:\\s+([\\d._]+)"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://curl.se/windows/dl-$version/curl-$version-win64-mingw.tar.xz",
|
|
"extract_dir": "curl-$version-win64-mingw"
|
|
},
|
|
"32bit": {
|
|
"url": "https://curl.se/windows/dl-$version/curl-$version-win32-mingw.tar.xz",
|
|
"extract_dir": "curl-$version-win32-mingw"
|
|
},
|
|
"arm64": {
|
|
"url": "https://curl.se/windows/dl-$version/curl-$version-win64a-mingw.tar.xz",
|
|
"extract_dir": "curl-$version-win64a-mingw"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/hashes.txt",
|
|
"regex": "SHA2-256\\($basename\\)=\\s+$sha256"
|
|
}
|
|
}
|
|
}
|