mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
* bombardier: Add version 1.2.5 * Update bucket/bombardier.json Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com> Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com>
29 lines
1.2 KiB
JSON
29 lines
1.2 KiB
JSON
{
|
|
"version": "1.2.5",
|
|
"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.5/bombardier-windows-amd64.exe#/bombardier.exe",
|
|
"hash": "52e0c22e3a10c06f7013bbb09d713ab52fae6fba5a86a5ffcfdd6546ed86b7cf"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/codesenberg/bombardier/releases/download/v1.2.5/bombardier-windows-386.exe#/bombardier.exe",
|
|
"hash": "d2bfd99019ca590610c89ccf829bf4c84ed6652821fe55e7f9bcf342106fe496"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|