-
Notifications
You must be signed in to change notification settings - Fork 3
/
rlogin.json
31 lines (31 loc) · 876 Bytes
/
rlogin.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
{
"homepage": "http://nanno.dip.jp/softlib/man/rlogin/",
"version": "2.23.2",
"bin": "RLogin.exe",
"shortcuts": [
["RLogin.exe", "RLogin"]
],
"checkver": {
"github": "https://github.com/kmiya-culti/RLogin/"
},
"architecture": {
"64bit": {
"url": "http://nanno.dip.jp/softlib/rlogin/2.23.2/rlogin_x64.zip",
"hash": "sha256:0B0A1D6EAA565510ADB8E5B6DFB83C284F314E4794279F99E8948141F87CB019"
},
"32bit": {
"url": "http://nanno.dip.jp/softlib/rlogin/2.23.2/rlogin_x32.zip",
"hash": "sha256:490AEEE7F6ABC170CBB0EDDA40E598133FE3594F8E6DDF0A41A6F305922E49CA"
}
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "http://nanno.dip.jp/softlib/rlogin/$version/rlogin_x64.zip"
},
"32bit": {
"url": "http://nanno.dip.jp/softlib/rlogin/$version/rlogin_x32.zip"
}
}
}
}