mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-09 17:01:24 +00:00
33 lines
1.4 KiB
JSON
33 lines
1.4 KiB
JSON
{
|
|
"version": "1.16.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.16.0/hyperfine-v1.16.0-x86_64-pc-windows-msvc.zip",
|
|
"hash": "299b68922f2ddaf8ff8d9a3006fb56d42ce978c71d188bf2b7f2bc690346c3eb",
|
|
"extract_dir": "hyperfine-v1.16.0-x86_64-pc-windows-msvc"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/sharkdp/hyperfine/releases/download/v1.16.0/hyperfine-v1.16.0-i686-pc-windows-msvc.zip",
|
|
"hash": "8865e86ca1abe3268ca55a610410d92d3d2196ed56f731d867417c5e0fcb5a0b",
|
|
"extract_dir": "hyperfine-v1.16.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"
|
|
}
|
|
}
|
|
}
|
|
}
|