ScoopInstaller_Main/bucket/bombardier.json
2023-04-30 11:58:37 +00:00

29 lines
1.2 KiB
JSON

{
"version": "1.2.6",
"description": "Fast cross-platform HTTP benchmarking tool written in Go",
"homepage": "https://github.com/codesenberg/bombardier",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/codesenberg/bombardier/releases/download/v1.2.6/bombardier-windows-amd64.exe#/bombardier.exe",
"hash": "715b733157f1bc79fe788d2fd335a2997c753db9c1f8a8ede9b2306042caa4b7"
},
"32bit": {
"url": "https://github.com/codesenberg/bombardier/releases/download/v1.2.6/bombardier-windows-386.exe#/bombardier.exe",
"hash": "3ba02e865b3c82cdd506e486c5fe6b1d4a4464c10658151a838ca95dfe367819"
}
},
"bin": "bombardier.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/codesenberg/bombardier/releases/download/v$version/bombardier-windows-amd64.exe#/bombardier.exe"
},
"32bit": {
"url": "https://github.com/codesenberg/bombardier/releases/download/v$version/bombardier-windows-386.exe#/bombardier.exe"
}
}
}
}