-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathlinks.json
38 lines (38 loc) · 1.38 KB
/
links.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
{
"version": "2.30",
"description": "A graphics and text mode web browser.",
"homepage": "http://links.twibright.com/",
"license": "GPL-2.0-only",
"architecture": {
"64bit": {
"url": "http://links.twibright.com/download/binaries/win32/Links-2.30-64bit-install.exe#/dl.7z",
"hash": "7b67f64462c9d914409839d43079186733e33a31d7f81adf32578ee2fb537c09"
},
"32bit": {
"url": "http://links.twibright.com/download/binaries/win32/Links-2.30-32bit-install.exe#/dl.7z",
"hash": "60a36e2dcc4eddc68d9409d14b3fd6c909f237d39f47956e5dfbc7366162c81f"
}
},
"pre_install": "Remove-Item \"$dir\\`$PLUGINSDIR\", \"$dir\\Uninstall.exe\" -Recurse -Force",
"bin": "links.exe",
"shortcuts": [
[
"links-g.exe",
"Links WWW Browser"
]
],
"checkver": {
"url": "http://links.twibright.com/download/binaries/win32/?C=M;O=D",
"regex": "Links-([\\d.]+)-"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "http://links.twibright.com/download/binaries/win32/Links-$version-64bit-install.exe#/dl.7z"
},
"32bit": {
"url": "http://links.twibright.com/download/binaries/win32/Links-$version-32bit-install.exe#/dl.7z"
}
}
}
}