-
Notifications
You must be signed in to change notification settings - Fork 0
/
stacc.json
29 lines (29 loc) · 1.08 KB
/
stacc.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
{
"version": "0.7.63",
"architecture": {
"32bit": {
"url": "https://github.com/stacc/cli-next/releases/download/v0.7.63/stacc_0.7.63_Windows_i386.tar.gz",
"bin": [
"stacc.exe"
],
"hash": "433a77fee80289650aa4e1424570b688e7416027aac1b6eb2241af0e69e355c9"
},
"64bit": {
"url": "https://github.com/stacc/cli-next/releases/download/v0.7.63/stacc_0.7.63_Windows_x86_64.tar.gz",
"bin": [
"stacc.exe"
],
"hash": "1125ff227d60e2ae1f1b6448b44010c6d5b26d6fb06dfbd8637c799855f65ddd"
},
"arm64": {
"url": "https://github.com/stacc/cli-next/releases/download/v0.7.63/stacc_0.7.63_Windows_arm64.tar.gz",
"bin": [
"stacc.exe"
],
"hash": "51aea449b0009e3e69f67d8f04344299f52a871aac288b1c3363a0b305da0f1e"
}
},
"homepage": "https://github.com/stacc/cli",
"license": "Apache-2.0",
"description": "Software used to communicate with Stacc cloud environments"
}