[packages/chromium-browser] use https urls

glen glen at pld-linux.org
Thu Jul 2 21:33:50 CEST 2015


commit 921480a7dcfabf9e6298377e0814ced960859d67
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Thu Jul 2 22:33:36 2015 +0300

    use https urls

 get-source.sh | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/get-source.sh b/get-source.sh
index e5ef757..89f2f6c 100755
--- a/get-source.sh
+++ b/get-source.sh
@@ -4,13 +4,13 @@ set -e
 # CHANNEL: any from CHANNELS_URL: stable, beta, dev
 CHANNEL=${1:-beta}
 
-CHANNELS_URL=http://omahaproxy.appspot.com/all
+CHANNELS_URL=https://omahaproxy.appspot.com/all
 PACKAGE_NAME=chromium-browser
 PROGRAM=${0##*/}
 WORK_DIR=$(cd "$(dirname "$0")"; pwd)
 LOCKFILE=$WORK_DIR/$PACKAGE_NAME-$CHANNEL.lock
-# Browse URL: http://gsdview.appspot.com/chromium-browser-official/
-OFFICIAL_URL=http://commondatastorage.googleapis.com/chromium-browser-official
+# Browse URL: https://gsdview.appspot.com/chromium-browser-official/
+OFFICIAL_URL=https://commondatastorage.googleapis.com/chromium-browser-official
 ALT_URL=https://github.com/zcbenz/chromium-source-tarball/releases/download
 DIST_DIR=$HOME/public_html/chromium-browser/src/$CHANNEL
 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/chromium-browser.git/commitdiff/921480a7dcfabf9e6298377e0814ced960859d67



More information about the pld-cvs-commit mailing list