ScoopInstaller_Main/bucket/hyperfine.json
2020-10-17 11:06:53 +02:00

22 lines
734 B
JSON

{
"version": "1.11.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.11.0/hyperfine-v1.11.0-x86_64-pc-windows-msvc.zip",
"hash": "ebaed320d664d0a496d9f2b4953c80cff708c1571d0aa1170e0211b1ed4a7999"
}
},
"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"
}
}
}
}