bombardier: Add version 1.2.5 (#3977)

* 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>
This commit is contained in:
Dany-coder778 2022-09-28 09:18:45 +02:00 committed by GitHub
parent d296665e9f
commit 8063fd7d7f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

28
bucket/bombardier.json Normal file
View File

@ -0,0 +1,28 @@
{
"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"
}
}
}
}