2023-03-22 16:31:35 +00:00

39 lines
1.3 KiB
JSON

{
"version": "2.29",
"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.29-64bit-install.exe#/dl.7z",
"hash": "3a5bcfb8b9854b385ac427d86a740e906e18011e1ddadd0a691e968b39f8d889"
},
"32bit": {
"url": "http://links.twibright.com/download/binaries/win32/Links-2.29-32bit-install.exe#/dl.7z",
"hash": "06e5e21287fc8227315aa1af994935c22c753a42dfef7c8f744a1e2ed486b3bf"
}
},
"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"
}
}
}
}