k3d: Update to version 3.1.2

This commit is contained in:
Jakub Čábera 2020-10-07 12:08:57 +02:00
parent edd12246a0
commit 37b493924f
2 changed files with 6 additions and 6 deletions

View File

@ -12,8 +12,8 @@
"sha1:6dc3a0d1a1751c731fb680a01650a1396c76648c"
],
"bin": [
"bin/grep.exe",
"bin/egrep.exe",
"bin/fgrep.exe"
"bin\\grep.exe",
"bin\\egrep.exe",
"bin\\fgrep.exe"
]
}

View File

@ -1,5 +1,5 @@
{
"version": "3.1.1",
"version": "3.1.2",
"description": "Creates multi-node k3s cluster on a single machine using docker",
"homepage": "https://github.com/rancher/k3d",
"license": "MIT",
@ -12,8 +12,8 @@
},
"architecture": {
"64bit": {
"url": "https://github.com/rancher/k3d/releases/download/v3.1.1/k3d-windows-amd64.exe#/k3d.exe",
"hash": "a9ace01ef32f9227698b841552b105a030d2d42ce98dfdb22a76e2c87854dec9"
"url": "https://github.com/rancher/k3d/releases/download/v3.1.2/k3d-windows-amd64.exe#/k3d.exe",
"hash": "4ae28c5ed8225669a8df5660bf060a2ae109ca13174e0db6d12b873549c0898f"
}
},
"bin": "k3d.exe",