k6: Update to version 0.26.1

This commit is contained in:
Richard Kuhnt 2020-02-24 09:01:49 +00:00
parent 9c0d101121
commit 107de6699c

View File

@ -1,18 +1,18 @@
{ {
"homepage": "https://k6.io", "homepage": "https://k6.io",
"description": "Load and performance regression testing tool for cloud native backend infrastructure", "description": "Load and performance regression testing tool for cloud native backend infrastructure",
"version": "0.26.0", "version": "0.26.1",
"license": "AGPL-3.0", "license": "AGPL-3.0",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/loadimpact/k6/releases/download/v0.26.0/k6-v0.26.0-win64.zip", "url": "https://github.com/loadimpact/k6/releases/download/v0.26.1/k6-v0.26.1-win64.zip",
"hash": "c0a1b4a594a726ae17102a3f193762a9dac13b3c0ba0e7ffe59b58b9bb619227", "hash": "51e09d6acfb01eccdfe4278b025fa259581d6a6060bb01b669c0b6e2f82264f1",
"extract_dir": "k6-v0.26.0-win64" "extract_dir": "k6-v0.26.1-win64"
}, },
"32bit": { "32bit": {
"url": "https://github.com/loadimpact/k6/releases/download/v0.26.0/k6-v0.26.0-win32.zip", "url": "https://github.com/loadimpact/k6/releases/download/v0.26.1/k6-v0.26.1-win32.zip",
"hash": "7be709f742595ec333b3e605b16e9f60812490c9a55da5ca69e17d33923903f7", "hash": "fe7fbc63d18f6b6f6e28204ebd0c8ca0ea7ffab315d261231b3f96659209986b",
"extract_dir": "k6-v0.26.0-win32" "extract_dir": "k6-v0.26.1-win32"
} }
}, },
"bin": "k6.exe", "bin": "k6.exe",