2021-09-13 21:00:38 +00:00

39 lines
1.3 KiB
JSON

{
"version": "2.24",
"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.24-64bit-install.exe#/dl.7z",
"hash": "eed5618ca6d430bdf5729bcaaefaa7bf4f6c8a4202a19b8e1b7bc5bc2cccddab"
},
"32bit": {
"url": "http://links.twibright.com/download/binaries/win32/Links-2.24-32bit-install.exe#/dl.7z",
"hash": "23a42dda6285f34cd872d9383f25339cc7c4a5b47f7af23f0c5dd4a9e533b990"
}
},
"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"
}
}
}
}