-
Notifications
You must be signed in to change notification settings - Fork 9
/
hjson.json
43 lines (43 loc) · 1.58 KB
/
hjson.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
32
33
34
35
36
37
38
39
40
41
42
43
{
"version": "4.4.0",
"description": "A user interface for JSON",
"homepage": "https://hjson.github.io/",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/hjson/hjson-go/releases/download/v4.4.0/hjson_v4.4.0_windows_amd64.zip",
"hash": "719ca62e862debdc95f17374c3a963992c322ca716856d40f7b617ffd9774d93"
},
"32bit": {
"url": "https://github.com/hjson/hjson-go/releases/download/v4.4.0/hjson_v4.4.0_windows_386.zip",
"hash": "4c025122b099ba7108f52a5fe80ce307ee21d32a03a43f29fdae73e5aa8ee74a"
},
"arm64": {
"url": "https://github.com/hjson/hjson-go/releases/download/v4.4.0/hjson_v4.4.0_windows_arm64.zip",
"hash": "5c5498ec4921037fe19b32427f0fb6dd24398cd45e6c707fdbb409a7b9f11a23"
}
},
"bin": [
"hjson.exe",
[
"hjson.exe",
"hjson-cli"
]
],
"checkver": {
"github": "https://github.com/hjson/hjson-go"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/hjson/hjson-go/releases/download/v$version/hjson_v$version_windows_amd64.zip"
},
"32bit": {
"url": "https://github.com/hjson/hjson-go/releases/download/v$version/hjson_v$version_windows_386.zip"
},
"arm64": {
"url": "https://github.com/hjson/hjson-go/releases/download/v$version/hjson_v$version_windows_arm64.zip"
}
}
}
}