k6: Update to version 0.31.0

This commit is contained in:
Jakub Čábera 2021-03-11 17:44:04 +01:00
parent da3985f0dd
commit 32c90b1750
3 changed files with 13 additions and 13 deletions

View File

@ -1,18 +1,18 @@
{
"version": "0.30.0",
"version": "0.31.0",
"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/loadimpact/k6/releases/download/v0.30.0/k6-v0.30.0-win64.zip",
"hash": "680f0cda64dcae71b511c6f148408128d7f1eb0d4c58eb9687892b923afd1374",
"extract_dir": "k6-v0.30.0-win64"
"url": "https://github.com/loadimpact/k6/releases/download/v0.31.0/k6-v0.31.0-win64.zip",
"hash": "7d168239902e9ce062eb43b4373ea5414bc5534dc315f2bd3e9d956c42ef78da",
"extract_dir": "k6-v0.31.0-win64"
},
"32bit": {
"url": "https://github.com/loadimpact/k6/releases/download/v0.30.0/k6-v0.30.0-win32.zip",
"hash": "9a3b0a500ff370f7db88c7e91ef895dbf050d79374e400dda1dc048d6c6d58a0",
"extract_dir": "k6-v0.30.0-win32"
"url": "https://github.com/loadimpact/k6/releases/download/v0.31.0/k6-v0.31.0-win32.zip",
"hash": "45aa45a8ef30e7895b0d541a1f70871f4bcfc16b892219b66a7009419823e5a2",
"extract_dir": "k6-v0.31.0-win32"
}
},
"bin": "k6.exe",

View File

@ -1,16 +1,16 @@
{
"version": "0.28.8",
"version": "0.28.9",
"description": "Terragrunt is a thin wrapper for Terraform that provides extra tools for keeping your Terraform configurations DRY, working with multiple Terraform modules, and managing remote state.",
"homepage": "https://github.com/gruntwork-io/terragrunt",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.28.8/terragrunt_windows_amd64.exe#/terragrunt.exe",
"hash": "8876e958e2118514328612548c704f8055514b4090a2610204a3dcaefc0bb173"
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.28.9/terragrunt_windows_amd64.exe#/terragrunt.exe",
"hash": "be712ef85538d48a1db96c763337e7fe41ed696fcfbf5d2c4cbf8d9884fc9b7a"
},
"32bit": {
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.28.8/terragrunt_windows_386.exe#/terragrunt.exe",
"hash": "5c439c840061e0f85a7bcf245605f753c8e242cdd18c56827926aa1c78cc7568"
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.28.9/terragrunt_windows_386.exe#/terragrunt.exe",
"hash": "2a8bfdefda2fc19184a84061de7dde50f5973ee43e58f18a7eb5df549a13bd9f"
}
},
"bin": "terragrunt.exe",

View File

@ -6,7 +6,7 @@
"url": "https://downloads.sourceforge.net/project/gnuwin32/which/2.20/which-2.20-bin.zip",
"hash": "sha1:385990045d755bb910d2c30b9697faf36d61e37e",
"bin": "bin\\which.exe",
"checkver": "(?smi)Version</a></h2>\\s+<p>([\\d\\.]+)",
"checkver": "(?smi)Version</a></h2>\\s+<p>([\\d.]+)",
"autoupdate": {
"url": "https://downloads.sourceforge.net/project/gnuwin32/which/$version/which-$version-bin.zip"
}