-
Notifications
You must be signed in to change notification settings - Fork 9
/
scaleway-cli.json
31 lines (31 loc) · 1.28 KB
/
scaleway-cli.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"version": "2.34.0",
"description": "Manage BareMetal Servers from Command Line (as easily as with Docker).",
"homepage": "https://github.com/scaleway/scaleway-cli",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/scaleway/scaleway-cli/releases/download/v2.34.0/scaleway-cli_2.34.0_windows_amd64.exe#/scw.exe",
"hash": "43fe987218b815480e819e712eb9d7b9f4efefeff5dc7db1c9f246eb6ad10986"
},
"32bit": {
"url": "https://github.com/scaleway/scaleway-cli/releases/download/v2.34.0/scaleway-cli_2.34.0_windows_386.exe#/scw.exe",
"hash": "1242d3e33af7960541cde72e8c3d20ab23d648524df4a6128c4570026844e4db"
}
},
"bin": "scw.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/scaleway/scaleway-cli/releases/download/v$version/scaleway-cli_$version_windows_amd64.exe#/scw.exe"
},
"32bit": {
"url": "https://github.com/scaleway/scaleway-cli/releases/download/v$version/scaleway-cli_$version_windows_386.exe#/scw.exe"
}
},
"hash": {
"url": "$baseurl/SHA256SUMS"
}
}
}