changeset 3504:d6b13e2f92ae

Complete task #15499: Use new Tryton CDN as download
author Luis Falcon <falcon@gnuhealth.org>
date Thu, 26 Dec 2019 11:55:28 +0000
parents 95ed752f58ab
children 66c9b5832a90
files tryton/gnuhealth-setup
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/tryton/gnuhealth-setup
+++ b/tryton/gnuhealth-setup
@@ -31,7 +31,7 @@
 #-----------------------------------------------------------------------------
 
 #GNU Health HMIS installer version
-VERSION="3.6.0"
+VERSION="3.6.1"
 
 # Colors constants
 NONE="$(tput sgr0)"
@@ -45,7 +45,8 @@
 GNUHEALTH_INST_DIR="$PWD"
 GNUHEALTH_VERSION=$(cat version)
 TRYTON_VERSION="5.0"
-TRYTON_BASE_URL="http://downloads.tryton.org"
+
+TRYTON_BASE_URL="https://downloads-cdn.tryton.org"
 
 GNUHEALTH_URL="https://ftp.gnu.org/gnu/health"
 TRANSLATE_URL="http://translate.gnusolidario.org"