2019-12-16 12:00:30 +00:00

38 lines
1.4 KiB
JSON

{
"homepage": "https://k6.io",
"description": "Load and performance regression testing tool for cloud native backend infrastructure",
"version": "0.26.0",
"license": "AGPL-3.0",
"architecture": {
"64bit": {
"url": "https://github.com/loadimpact/k6/releases/download/v0.26.0/k6-v0.26.0-win64.zip",
"hash": "c0a1b4a594a726ae17102a3f193762a9dac13b3c0ba0e7ffe59b58b9bb619227",
"extract_dir": "k6-v0.26.0-win64"
},
"32bit": {
"url": "https://github.com/loadimpact/k6/releases/download/v0.26.0/k6-v0.26.0-win32.zip",
"hash": "7be709f742595ec333b3e605b16e9f60812490c9a55da5ca69e17d33923903f7",
"extract_dir": "k6-v0.26.0-win32"
}
},
"bin": "k6.exe",
"checkver": {
"github": "https://github.com/loadimpact/k6"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/loadimpact/k6/releases/download/v$version/k6-v$version-win64.zip",
"extract_dir": "k6-v$version-win64"
},
"32bit": {
"url": "https://github.com/loadimpact/k6/releases/download/v$version/k6-v$version-win32.zip",
"extract_dir": "k6-v$version-win32"
}
},
"hash": {
"url": "$baseurl/k6-v$version-checksums.txt"
}
}
}