scaleway-cli: Update to version 2.2.1

This commit is contained in:
Jakub Čábera 2020-10-22 08:45:26 +02:00
parent 5fa6cda834
commit bdefa65496

View File

@ -1,16 +1,16 @@
{ {
"version": "2.2.0", "version": "2.2.1",
"description": "Manage BareMetal Servers from Command Line (as easily as with Docker).", "description": "Manage BareMetal Servers from Command Line (as easily as with Docker).",
"homepage": "https://github.com/scaleway/scaleway-cli", "homepage": "https://github.com/scaleway/scaleway-cli",
"license": "MIT", "license": "MIT",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/scaleway/scaleway-cli/releases/download/v2.2.0/scw-2-2-0-windows-x86_64.exe#/scw.exe", "url": "https://github.com/scaleway/scaleway-cli/releases/download/v2.2.1/scw-2.2.1-windows-x86_64.exe#/scw.exe",
"hash": "766f261db25c24e1b04abc8c096dfc5264b919c2def93fd61611305a7e2dd71f" "hash": "a511602538ffe9683b3ef29760e6bd4915381833b419c8a2def9f83a6cacdbea"
}, },
"32bit": { "32bit": {
"url": "https://github.com/scaleway/scaleway-cli/releases/download/v2.2.0/scw-2-2-0-windows-386.exe#/scw.exe", "url": "https://github.com/scaleway/scaleway-cli/releases/download/v2.2.1/scw-2.2.1-windows-386.exe#/scw.exe",
"hash": "4e2be7b0c862ca0d0f15999b01e5b3b2ffd256f1ea4a14f0de5289b9bfeaca51" "hash": "3fdd9390faf1e087dd43500e15ca3d4dffec7424e737cbef6bb3afee947fd337"
} }
}, },
"bin": "scw.exe", "bin": "scw.exe",
@ -18,10 +18,10 @@
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/scaleway/scaleway-cli/releases/download/v$version/scw-$dashVersion-windows-x86_64.exe#/scw.exe" "url": "https://github.com/scaleway/scaleway-cli/releases/download/v$version/scw-$version-windows-x86_64.exe#/scw.exe"
}, },
"32bit": { "32bit": {
"url": "https://github.com/scaleway/scaleway-cli/releases/download/v$version/scw-$dashVersion-windows-386.exe#/scw.exe" "url": "https://github.com/scaleway/scaleway-cli/releases/download/v$version/scw-$version-windows-386.exe#/scw.exe"
} }
}, },
"hash": { "hash": {