From d163c0482095a5b76fc3bb55c1e5d8257e8ee6e0 Mon Sep 17 00:00:00 2001 From: linsui <36977733+linsui@users.noreply.github.com> Date: Sun, 1 Sep 2019 12:51:14 +0000 Subject: [PATCH] links: Add version 2.20 (#389) --- bucket/links.json | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 bucket/links.json diff --git a/bucket/links.json b/bucket/links.json new file mode 100644 index 0000000000..cd7b89c9d6 --- /dev/null +++ b/bucket/links.json @@ -0,0 +1,38 @@ +{ + "version": "2.20", + "homepage": "http://links.twibright.com/", + "description": "A graphics and text mode web browser.", + "license": "GPL-2.0-only", + "architecture": { + "64bit": { + "url": "http://links.twibright.com/download/binaries/win32/Links-2.20-64bit-install.exe#/dl.7z", + "hash": "90d2a0ad17db32712c6d2e48f6ed50c41c2ac1002187919b25315e58c16d4328" + }, + "32bit": { + "url": "http://links.twibright.com/download/binaries/win32/Links-2.20-32bit-install.exe#/dl.7z", + "hash": "21883eb1dbfc4707584364a42e524a3b0457e18f92b08c4e7a677d134e253d9a" + } + }, + "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/ChangeLog", + "regex": "RELEASE ([\\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" + } + } + } +}