about summary refs log tree commit diff stats
path: root/PACKAGE
diff options
context:
space:
mode:
Diffstat (limited to 'PACKAGE')
-rw-r--r--PACKAGE/debian/control2
-rw-r--r--PACKAGE/debian/copyright2
-rw-r--r--PACKAGE/debian/watch2
-rw-r--r--PACKAGE/lynx.nsi4
-rw-r--r--PACKAGE/lynx.spec4
-rw-r--r--PACKAGE/version.iss4
6 files changed, 9 insertions, 9 deletions
diff --git a/PACKAGE/debian/control b/PACKAGE/debian/control
index a8a99d16..653b9750 100644
--- a/PACKAGE/debian/control
+++ b/PACKAGE/debian/control
@@ -2,7 +2,7 @@ Source: lynx-dev
 Section: web
 Priority: extra
 Maintainer: Thomas E. Dickey <dickey@invisible-island.net>
-Homepage: http://lynx.isc.org/
+Homepage: http://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 96e80cb7..bd7e1309 100644
--- a/PACKAGE/debian/copyright
+++ b/PACKAGE/debian/copyright
@@ -1,4 +1,4 @@
-Upstream source http://lynx.isc.org/current/
+Upstream source http://lynx.invisible-island.net/current/
 
 Current maintainer: Thomas Dickey <dickey@invisible-island.net>
 
diff --git a/PACKAGE/debian/watch b/PACKAGE/debian/watch
index 4c0c7a8d..e9879856 100644
--- a/PACKAGE/debian/watch
+++ b/PACKAGE/debian/watch
@@ -1,4 +1,4 @@
 version=3
 
-opts=passive ftp://lynx.isc.org/current/lynx-cur\.tgz \
+opts=passive ftp://invisible-island.net/lynx/archives/lynx-cur\.tgz \
  debian  uupdate
diff --git a/PACKAGE/lynx.nsi b/PACKAGE/lynx.nsi
index 81762477..8366ba24 100644
--- a/PACKAGE/lynx.nsi
+++ b/PACKAGE/lynx.nsi
@@ -1,4 +1,4 @@
-; $LynxId: lynx.nsi,v 1.25 2015/05/09 15:06:14 tom Exp $

+; $LynxId: lynx.nsi,v 1.26 2015/09/17 22:43:49 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.

 

@@ -27,7 +27,7 @@ CRCCheck on
 SetCompressor /SOLID lzma

 

 VIAddVersionKey ProductName "${SUBKEY}"

-VIAddVersionKey CompanyName "http://lynx.isc.org"

+VIAddVersionKey CompanyName "http://invisible-island.net/lynx"

 VIAddVersionKey LegalCopyright "© 1997-2014,2015, Thomas E. Dickey"

 VIAddVersionKey FileDescription "Lynx Installer (MinGW)"

 VIAddVersionKey FileVersion "${VERSION}"

diff --git a/PACKAGE/lynx.spec b/PACKAGE/lynx.spec
index 98d8a7d2..f4f39676 100644
--- a/PACKAGE/lynx.spec
+++ b/PACKAGE/lynx.spec
@@ -1,4 +1,4 @@
-# $LynxId: lynx.spec,v 1.33 2015/05/09 15:06:15 tom Exp $
+# $LynxId: lynx.spec,v 1.34 2015/09/17 22:43:49 tom Exp $
 Summary: A text-based Web browser
 Name: lynx
 Version: 2.8.9
@@ -6,7 +6,7 @@ Release: dev.7
 License: GPLv2
 Group: Applications/Internet
 Source: lynx%{version}%{release}.tgz
-# URL: http://lynx.isc.org/
+# URL: http://invisible-island.net/lynx/
 Provides: webclient
 Provides: text-www-browser
 # BuildRequires: openssl-devel, pkgconfig, ncurses-devel >= 5.3-5,
diff --git a/PACKAGE/version.iss b/PACKAGE/version.iss
index 3963016c..2b11d470 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.9dev.7"
+#define LYNX_VERSION "2.8.9dev.7"

 

 ; 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://lynx.isc.org"

+#define MyAppURL "http://invisible-island.net/lynx"

 #define MyAppVerName "Lynx " + LYNX_VERSION