From 4cad0ad5ee346eaf1fae4f8b3b8c166666782def Mon Sep 17 00:00:00 2001 From: Luca Zenari Date: Fri, 22 Nov 2019 11:22:47 +0000 Subject: [PATCH] k6: Add version 0.25.1 (#593) --- bucket/k6.json | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 bucket/k6.json diff --git a/bucket/k6.json b/bucket/k6.json new file mode 100644 index 0000000000..7d5ac66fbf --- /dev/null +++ b/bucket/k6.json @@ -0,0 +1,37 @@ +{ + "homepage": "https://k6.io", + "description": "Load and performance regression testing tool for cloud native backend infrastructure", + "version": "0.25.1", + "license": "AGPL-3.0", + "architecture": { + "64bit": { + "url": "https://github.com/loadimpact/k6/releases/download/v0.25.1/k6-v0.25.1-win64.zip", + "hash": "4c1f9c4a669eceeda0c6d8864673fe7dc7fa481b514905f700c6946687b44a8f", + "extract_dir": "k6-v0.25.1-win64" + }, + "32bit": { + "url": "https://github.com/loadimpact/k6/releases/download/v0.25.1/k6-v0.25.1-win32.zip", + "hash": "6776890125143bf9d9bea97597230601a581cccd2be7be0f97cfae2422519d65", + "extract_dir": "k6-v0.25.1-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" + } + } +}