mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 06:11:20 +00:00
39 lines
1.3 KiB
JSON
39 lines
1.3 KiB
JSON
{
|
|
"version": "2.30",
|
|
"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.30-64bit-install.exe#/dl.7z",
|
|
"hash": "7b67f64462c9d914409839d43079186733e33a31d7f81adf32578ee2fb537c09"
|
|
},
|
|
"32bit": {
|
|
"url": "http://links.twibright.com/download/binaries/win32/Links-2.30-32bit-install.exe#/dl.7z",
|
|
"hash": "60a36e2dcc4eddc68d9409d14b3fd6c909f237d39f47956e5dfbc7366162c81f"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|