2021-03-17 21:00:26 +00:00

39 lines
1.3 KiB
JSON

{
"version": "2.22",
"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.22-64bit-install.exe#/dl.7z",
"hash": "28f3cfb63a98d7a200c243c7ed13a62b5280bc1476451e0fe4e2976fe89aa386"
},
"32bit": {
"url": "http://links.twibright.com/download/binaries/win32/Links-2.22-32bit-install.exe#/dl.7z",
"hash": "8eb995f45f0618e413c6f5197ed328e6410574b26a56de8a791bf70d233a103d"
}
},
"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"
}
}
}
}