mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 06:41:19 +00:00
39 lines
1.3 KiB
JSON
39 lines
1.3 KiB
JSON
{
|
|
"version": "2.27",
|
|
"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.27-64bit-install.exe#/dl.7z",
|
|
"hash": "54f1b9155001f56ffa646e70d6793a8c20462095a9e2820c906adcccc019ac10"
|
|
},
|
|
"32bit": {
|
|
"url": "http://links.twibright.com/download/binaries/win32/Links-2.27-32bit-install.exe#/dl.7z",
|
|
"hash": "7cc314e5a080a38a6917bee8da12283d1a02646567bcdfccf66c4b913bfa552e"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|