From dad50bd20021ca90868e756ebfcb97231fe6bd04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Mon, 27 Jul 2020 09:52:13 +0200 Subject: [PATCH] scaleway-cli: Update to version 2.0.0 (#1282) --- bucket/scaleway-cli.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/scaleway-cli.json b/bucket/scaleway-cli.json index 60c31ce74e..53345d3c37 100644 --- a/bucket/scaleway-cli.json +++ b/bucket/scaleway-cli.json @@ -1,16 +1,16 @@ { + "version": "2.0.0", "description": "Manage BareMetal Servers from Command Line (as easily as with Docker).", "homepage": "https://github.com/scaleway/scaleway-cli", - "version": "1.20", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/scaleway/scaleway-cli/releases/download/v1.20/scw-windows-amd64.exe#/scw.exe", - "hash": "c50e3c498350a6eafdd84a241dfc2f2de00d39891de755e4c45ae514ec660df1" + "url": "https://github.com/scaleway/scaleway-cli/releases/download/v2.0.0/scw-2-0-0-windows-x86_64.exe#/scw.exe", + "hash": "53c512989ffa403414d0b2bed22156ee6e06d481d2e82dda7d991d8beeb07f66" }, "32bit": { - "url": "https://github.com/scaleway/scaleway-cli/releases/download/v1.20/scw-windows-i386.exe#/scw.exe", - "hash": "83aa97822ccec83d0c886d7f2894aaf9938a7703a99e716beb912a44d8a3e6cd" + "url": "https://github.com/scaleway/scaleway-cli/releases/download/v2.0.0/scw-2-0-0-windows-386.exe#/scw.exe", + "hash": "a07b74ce1654bc147427fa4e2ee9abad17c4e0de8d0ae143c7a98ef73db318a0" } }, "bin": "scw.exe", @@ -18,10 +18,10 @@ "autoupdate": { "architecture": { "64bit": { - "url": "https://github.com/scaleway/scaleway-cli/releases/download/v$version/scw-windows-amd64.exe#/scw.exe" + "url": "https://github.com/scaleway/scaleway-cli/releases/download/v$version/scw-$dashVersion-windows-x86_64.exe#/scw.exe" }, "32bit": { - "url": "https://github.com/scaleway/scaleway-cli/releases/download/v$version/scw-windows-i386.exe#/scw.exe" + "url": "https://github.com/scaleway/scaleway-cli/releases/download/v$version/scw-$dashVersion-windows-386.exe#/scw.exe" } }, "hash": {