mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-17 21:01:25 +00:00
33 lines
1.4 KiB
JSON
33 lines
1.4 KiB
JSON
{
|
|
"version": "1.20.0",
|
|
"description": "A command-line benchmarking tool",
|
|
"homepage": "https://github.com/sharkdp/hyperfine",
|
|
"license": "Apache-2.0|MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/sharkdp/hyperfine/releases/download/v1.20.0/hyperfine-v1.20.0-x86_64-pc-windows-msvc.zip",
|
|
"hash": "2508c549b049b1d4342d08edc1cb42bfac169082b6e3069431b5bab9822dbb32",
|
|
"extract_dir": "hyperfine-v1.20.0-x86_64-pc-windows-msvc"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/sharkdp/hyperfine/releases/download/v1.20.0/hyperfine-v1.20.0-i686-pc-windows-msvc.zip",
|
|
"hash": "6e051e1c843c52110a1d0efba76a51ff506a5333f5d5cfd8d11674f0ad9200e2",
|
|
"extract_dir": "hyperfine-v1.20.0-i686-pc-windows-msvc"
|
|
}
|
|
},
|
|
"bin": "hyperfine.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/sharkdp/hyperfine/releases/download/v$version/hyperfine-v$version-x86_64-pc-windows-msvc.zip",
|
|
"extract_dir": "hyperfine-v$version-x86_64-pc-windows-msvc"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/sharkdp/hyperfine/releases/download/v$version/hyperfine-v$version-i686-pc-windows-msvc.zip",
|
|
"extract_dir": "hyperfine-v$version-i686-pc-windows-msvc"
|
|
}
|
|
}
|
|
}
|
|
}
|