2021-05-23 20:01:46 +00:00

39 lines
1.3 KiB
JSON

{
"version": "2.23",
"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.23-64bit-install.exe#/dl.7z",
"hash": "84e02e478e8235b52cf554c95886701af670d0d9fb012cc628ac5a1c6e7a68b0"
},
"32bit": {
"url": "http://links.twibright.com/download/binaries/win32/Links-2.23-32bit-install.exe#/dl.7z",
"hash": "8ef3704e73ce34047eb46bec2c3080fd1e3b48b2a3f3ac7da78e3dea1dce1604"
}
},
"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"
}
}
}
}