2022-04-10 20:26:52 +00:00

39 lines
1.3 KiB
JSON

{
"version": "2.26",
"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.26-64bit-install.exe#/dl.7z",
"hash": "c5f2a630c87439fb62096aa93e5297ded2c6f576f6fa51d0260d2c8bd70c5a58"
},
"32bit": {
"url": "http://links.twibright.com/download/binaries/win32/Links-2.26-32bit-install.exe#/dl.7z",
"hash": "d65dd174694357e600d5c7a7b277119420a3476c6aa84d6fec92d3cdd9aa0bd4"
}
},
"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"
}
}
}
}