-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathnullstone.json
More file actions
29 lines (29 loc) · 1.11 KB
/
nullstone.json
File metadata and controls
29 lines (29 loc) · 1.11 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.0.182",
"architecture": {
"32bit": {
"url": "https://github.com/nullstone-io/nullstone/releases/download/v0.0.182/nullstone_0.0.182_windows_386.tar.gz",
"bin": [
"nullstone.exe"
],
"hash": "f53179d434293e98f9ddea01a19769beb4adcd8418952eae6f6e4d19d8ebe3ba"
},
"64bit": {
"url": "https://github.com/nullstone-io/nullstone/releases/download/v0.0.182/nullstone_0.0.182_windows_amd64.tar.gz",
"bin": [
"nullstone.exe"
],
"hash": "a21e3eb7c83fdacdf388fc40b487d1b03c3025da1457b6f2a8b0fbb865bbb647"
},
"arm64": {
"url": "https://github.com/nullstone-io/nullstone/releases/download/v0.0.182/nullstone_0.0.182_windows_arm64.tar.gz",
"bin": [
"nullstone.exe"
],
"hash": "b0aa25ffaf4f577de654a215c1a69f917309250de113ea5f5a09d728f89fcfc0"
}
},
"homepage": "https://nullstone.io",
"license": "MIT",
"description": "An internal developer platform running on your cloud"
}