mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 06:41:19 +00:00
29 lines
959 B
JSON
29 lines
959 B
JSON
{
|
|
"version": "0.44.1",
|
|
"description": "Load and performance regression testing tool for cloud native backend infrastructure",
|
|
"homepage": "https://k6.io",
|
|
"license": "AGPL-3.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/grafana/k6/releases/download/v0.44.1/k6-v0.44.1-windows-amd64.zip",
|
|
"hash": "5c0ace9d209da06af8fcde2fc4b9bc3e6bc96673d9a5cbaa56306c34f8748028",
|
|
"extract_dir": "k6-v0.44.1-windows-amd64"
|
|
}
|
|
},
|
|
"bin": "k6.exe",
|
|
"checkver": {
|
|
"github": "https://github.com/grafana/k6"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/grafana/k6/releases/download/v$version/k6-v$version-windows-amd64.zip",
|
|
"extract_dir": "k6-v$version-windows-amd64"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/k6-v$version-checksums.txt"
|
|
}
|
|
}
|
|
}
|