mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
33 lines
1.4 KiB
JSON
33 lines
1.4 KiB
JSON
{
|
|
"version": "1.19.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.19.0/hyperfine-v1.19.0-x86_64-pc-windows-msvc.zip",
|
|
"hash": "3e488eea6d930f54a43b1b2c8c01226286c7c01b5ba7211d7beb9029918a616c",
|
|
"extract_dir": "hyperfine-v1.19.0-x86_64-pc-windows-msvc"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/sharkdp/hyperfine/releases/download/v1.19.0/hyperfine-v1.19.0-i686-pc-windows-msvc.zip",
|
|
"hash": "b649e7f0ed2b02d2f8977cb27fbb080ccd9bfc53ffb9dfebbe9fdee5e0f4d419",
|
|
"extract_dir": "hyperfine-v1.19.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"
|
|
}
|
|
}
|
|
}
|
|
}
|