-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjid.json
31 lines (31 loc) · 1008 Bytes
/
jid.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": "0.7.6",
"description": "json incremental digger",
"license": "MIT",
"homepage": "https://github.com/simeji/jid/",
"checkver": "github",
"architecture": {
"32bit": {
"url": "https://github.com/simeji/jid/releases/download/v0.7.6/jid_windows_386.zip",
"hash": "bc5de9dbd80975466b524e615dd6f5b6b850639b32a63d370e880d7fbabaea4b"
},
"64bit": {
"url": "https://github.com/simeji/jid/releases/download/v0.7.6/jid_windows_amd64.zip",
"hash": "05b728082d1ede3b4a0f22eab2210f29f28bfcfddf68a010b3ef61369bc1ffc3"
}
},
"autoupdate": {
"hash": {
"urL": "https://github.com/simeji/jid/releases/download/v$version/checksums.txt"
},
"architecture": {
"32bit": {
"url": "https://github.com/simeji/jid/releases/download/v$version/jid_windows_386.zip"
},
"64bit": {
"url": "https://github.com/simeji/jid/releases/download/v$version/jid_windows_amd64.zip"
}
}
},
"bin": [["jid.exe", "jid"]]
}