ScoopInstaller_Main/bucket/hyperfine.json
2019-09-01 14:00:23 +00:00

22 lines
731 B
JSON

{
"homepage": "https://github.com/sharkdp/hyperfine",
"description": "A command-line benchmarking tool",
"license": "Apache-2.0",
"version": "1.7.0",
"architecture": {
"64bit": {
"url": "https://github.com/sharkdp/hyperfine/releases/download/v1.7.0/hyperfine-v1.7.0-x86_64-pc-windows-msvc.zip",
"hash": "49344878a094e0998fb3e0ab808eec7754e02d4e11fac4f64b911ac2bb31026d"
}
},
"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"
}
}
}
}