lynx: Update to version 2.9.0dev.1

This commit is contained in:
Richard Kuhnt 2019-01-28 02:00:24 +00:00
parent d3567d4e44
commit 0184720e4e

View File

@ -1,6 +1,6 @@
{ {
"_comment": "Version 2.8.3 was moved to https://github.com/scoopinstaller/versions/blob/master/lynx283.json", "_comment": "Version 2.8.3 was moved to https://github.com/scoopinstaller/versions/blob/master/lynx283.json",
"version": "2.8.9rel.1", "version": "2.9.0dev.1",
"homepage": "http://invisible-island.net/lynx/lynx.html", "homepage": "http://invisible-island.net/lynx/lynx.html",
"architecture": { "architecture": {
"32bit": { "32bit": {
@ -17,9 +17,7 @@
"suggest": { "suggest": {
"vcredist": "extras/vcredist2012" "vcredist": "extras/vcredist2012"
}, },
"persist": [ "persist": "$dir/lynx.cfg",
"$dir/lynx.cfg"
],
"pre_install": [ "pre_install": [
"$q = [char]34", "$q = [char]34",
"add-content \"$dir/lynx.cfg\" -value \"SSL_CERT_FILE:$(appdir openssl)/current/cacert.pem`n\"", "add-content \"$dir/lynx.cfg\" -value \"SSL_CERT_FILE:$(appdir openssl)/current/cacert.pem`n\"",
@ -42,7 +40,5 @@
"autoupdate": { "autoupdate": {
"url": "https://invisible-island.net/datafiles/current/lynx-newssl-setup.exe" "url": "https://invisible-island.net/datafiles/current/lynx-newssl-setup.exe"
}, },
"notes": [ "notes": "lynx requires the 32-bit version of openssl to be installed"
"lynx requires the 32-bit version of openssl to be installed"
]
} }