ScoopInstaller_Main/bucket/hyperfine.json
2021-10-17 19:35:22 -07:00

22 lines
734 B
JSON

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