-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathnyagos.json
37 lines (37 loc) · 1.36 KB
/
nyagos.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
{
"homepage": "https://github.com/zetamatta/nyagos/blob/master/readme_ja.md",
"version": "4.4.14_0",
"license": "BSD-3",
"architecture": {
"64bit": {
"url": "https://github.com/zetamatta/nyagos/releases/download/4.4.14_0/nyagos-4.4.14_0-windows-amd64.zip",
"hash": "fae07133eab7866f112cdc71f653595a5438ca4d02dfd4fb6fc69d37c4708e0b"
},
"32bit": {
"url": "https://github.com/zetamatta/nyagos/releases/download/4.4.14_0/nyagos-4.4.14_0-windows-386.zip",
"hash": "5c5435996d273015dd737606ace75f674f0f254520f0bc7c70bcbe68636e1628"
}
},
"bin": "nyagos.exe",
"shortcuts": [
[
"nyagos.exe",
"NYAGOS"
]
],
"checkver": {
"github": "https://github.com/nyaosorg/nyagos",
"re": "/nyaosorg/nyagos/releases/tag/([\\d_.]+)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/zetamatta/nyagos/releases/download/$version/nyagos-$version-windows-amd64.zip"
},
"32bit": {
"url": "https://github.com/zetamatta/nyagos/releases/download/$version/nyagos-$version-windows-386.zip"
}
}
},
"_comment": "This manifest derives from https://github.com/yutahaga/scoop-bucket/"
}