comparison tools/makeinst-script.sh.in @ 4650:1d9448607538

Use https in links whenever possible (Bug #53555). * configure.ac: Change AC_INIT call to use https://octave.org/bugs.html. * installer-files/README.html: Change links to use https. * src/default-octave.mk: Change PKG_URL link to point to https://hydra.nixos.org. * tools/makeinst-script.sh.in: Change WEB_SITE to https://www.octave.org.
author Rik <rik@octave.org>
date Fri, 06 Apr 2018 14:28:27 -0700
parents 982484a78b75
children 2f14bc0c6d0c
comparison
equal deleted inserted replaced
4649:b959f5d524f8 4650:1d9448607538
39 39
40 # installer settings 40 # installer settings
41 cat >> $OUTFILE << EOF 41 cat >> $OUTFILE << EOF
42 !define APP_NAME "GNU Octave" 42 !define APP_NAME "GNU Octave"
43 !define COMP_NAME "GNU Project" 43 !define COMP_NAME "GNU Project"
44 !define WEB_SITE "http://www.octave.org" 44 !define WEB_SITE "https://www.octave.org"
45 !define VERSION "$VERSION.0" 45 !define VERSION "$VERSION.0"
46 !define OCTAVE_VERSION "$OCTAVE_VERSION" 46 !define OCTAVE_VERSION "$OCTAVE_VERSION"
47 !define COPYRIGHT "Copyright © 2013 John W. Eaton and others." 47 !define COPYRIGHT "Copyright © 2013 John W. Eaton and others."
48 !define DESCRIPTION "GNU Octave is a high-level programming language, primarily intended for numerical computations." 48 !define DESCRIPTION "GNU Octave is a high-level programming language, primarily intended for numerical computations."
49 !define INSTALLER_FILES "$TOPDIR/installer-files" 49 !define INSTALLER_FILES "$TOPDIR/installer-files"