diff options
Diffstat (limited to 'PACKAGE')
-rw-r--r-- | PACKAGE/debian/changelog | 6 | ||||
-rw-r--r-- | PACKAGE/debian/control | 2 | ||||
-rw-r--r-- | PACKAGE/debian/copyright | 2 | ||||
-rw-r--r-- | PACKAGE/lynx.nsi | 8 | ||||
-rw-r--r-- | PACKAGE/lynx.spec | 4 | ||||
-rw-r--r-- | PACKAGE/version.iss | 4 |
6 files changed, 13 insertions, 13 deletions
diff --git a/PACKAGE/debian/changelog b/PACKAGE/debian/changelog index 37abd240..5557db44 100644 --- a/PACKAGE/debian/changelog +++ b/PACKAGE/debian/changelog @@ -1,8 +1,8 @@ -lynx-dev (2.8.9pre.1) unstable; urgency=low +lynx-dev (2.8.9rel.1) unstable; urgency=low - * prerelease + * maintenance updates - -- Thomas E. Dickey <dickey@invisible-island.net> Sun, 10 Jun 2018 16:24:17 -0400 + -- Thomas E. Dickey <dickey@invisible-island.net> Sun, 08 Jul 2018 06:46:06 -0400 lynx-dev (2.8.8dev.16) unstable; urgency=high diff --git a/PACKAGE/debian/control b/PACKAGE/debian/control index b0dd38b2..1875ecee 100644 --- a/PACKAGE/debian/control +++ b/PACKAGE/debian/control @@ -2,7 +2,7 @@ Source: lynx-dev Section: web Priority: optional Maintainer: Thomas E. Dickey <dickey@invisible-island.net> -Homepage: http://invisible-island.net/lynx/ +Homepage: https://invisible-island.net/lynx/ Build-Depends: debhelper (>= 7), dpatch, po-debconf, libncursesw5-dev, zlib1g-dev, gettext, libgnutls-dev, sharutils, telnet, openssh-client, libbsd-dev, libidn11-dev Standards-Version: 3.8.2 diff --git a/PACKAGE/debian/copyright b/PACKAGE/debian/copyright index 74db3b29..e027ffc4 100644 --- a/PACKAGE/debian/copyright +++ b/PACKAGE/debian/copyright @@ -1,4 +1,4 @@ -Upstream source http://lynx.invisible-island.net/current/ +Upstream source https://lynx.invisible-island.net/current/ Current maintainer: Thomas Dickey <dickey@invisible-island.net> diff --git a/PACKAGE/lynx.nsi b/PACKAGE/lynx.nsi index 961ea758..c081c953 100644 --- a/PACKAGE/lynx.nsi +++ b/PACKAGE/lynx.nsi @@ -1,4 +1,4 @@ -; $LynxId: lynx.nsi,v 1.42 2018/06/10 20:24:17 tom Exp $ +; $LynxId: lynx.nsi,v 1.44 2018/07/08 15:22:44 tom Exp $ ; Script originally generated with the Venis Install Wizard, but customized. ; The Inno Setup script is preferred; but this can be built via cross-compiling. @@ -9,8 +9,8 @@ !define VERSION_EPOCH "2" !define VERSION_MAJOR "8" !define VERSION_MINOR "9" -!define VERSION_LEVEL "2001" -!define VERSION_PATCH "pre.1" +!define VERSION_LEVEL "01" +!define VERSION_PATCH "rel.1" !define SUBKEY "Lynx" @@ -27,7 +27,7 @@ CRCCheck on SetCompressor /SOLID lzma VIAddVersionKey ProductName "${SUBKEY}" -VIAddVersionKey CompanyName "http://invisible-island.net/lynx" +VIAddVersionKey CompanyName "https://invisible-island.net/lynx" VIAddVersionKey LegalCopyright "© 1997-2017,2018, Thomas E. Dickey" VIAddVersionKey FileDescription "Lynx Installer (MinGW)" VIAddVersionKey FileVersion "${VERSION}" diff --git a/PACKAGE/lynx.spec b/PACKAGE/lynx.spec index 7f8263b3..cdbc2007 100644 --- a/PACKAGE/lynx.spec +++ b/PACKAGE/lynx.spec @@ -1,8 +1,8 @@ -# $LynxId: lynx.spec,v 1.51 2018/06/10 20:24:17 tom Exp $ +# $LynxId: lynx.spec,v 1.52 2018/07/08 10:46:06 tom Exp $ Summary: A text-based Web browser Name: lynx-dev Version: 2.8.9 -Release: pre.1 +Release: rel.1 License: GPLv2 Group: Applications/Internet Source: lynx%{version}%{release}.tgz diff --git a/PACKAGE/version.iss b/PACKAGE/version.iss index 1b55c525..eeb62923 100644 --- a/PACKAGE/version.iss +++ b/PACKAGE/version.iss @@ -1,7 +1,7 @@ ; version used for Inno Setup files. ; $Format: "#define LYNX_VERSION \"$ProjectVersion$\""$ -#define LYNX_VERSION "2.8.9pre.1" +#define LYNX_VERSION "2.8.9rel.1" ; most-recent full release and target #define LYNX_RELEASE "2.8.9" @@ -10,5 +10,5 @@ #define MyAppProg "Lynx" #define MyAppName "Lynx - web browser" #define MyAppPublisher "Thomas E Dickey" -#define MyAppURL "http://invisible-island.net/lynx" +#define MyAppURL "https://invisible-island.net/lynx" #define MyAppVerName "Lynx " + LYNX_VERSION |