-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstacc.json
More file actions
29 lines (29 loc) · 1.08 KB
/
stacc.json
File metadata and controls
29 lines (29 loc) · 1.08 KB
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
{
"version": "0.7.71",
"architecture": {
"32bit": {
"url": "https://github.com/stacc/cli-next/releases/download/v0.7.71/stacc_0.7.71_Windows_i386.tar.gz",
"bin": [
"stacc.exe"
],
"hash": "7500ec45be6c9c49ad95422a6df16b8058ae4e6fb5326838a20d6b7842bb83b5"
},
"64bit": {
"url": "https://github.com/stacc/cli-next/releases/download/v0.7.71/stacc_0.7.71_Windows_x86_64.tar.gz",
"bin": [
"stacc.exe"
],
"hash": "3e1b52465e96383e2a6354b8f70e16c353697cb7e32056219eaadfebdfb54302"
},
"arm64": {
"url": "https://github.com/stacc/cli-next/releases/download/v0.7.71/stacc_0.7.71_Windows_arm64.tar.gz",
"bin": [
"stacc.exe"
],
"hash": "d22d6d9625623d9a5ea7edc5bb52eff5ed50f8b4c6063a2cc4aa9a5023a9493c"
}
},
"homepage": "https://github.com/stacc/cli",
"license": "Apache-2.0",
"description": "Software used to communicate with Stacc cloud environments"
}