]> git.pld-linux.org Git - packages/chromium-browser.git/commitdiff
use https urls
authorElan Ruusamäe <glen@delfi.ee>
Thu, 2 Jul 2015 19:33:36 +0000 (22:33 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Thu, 2 Jul 2015 19:33:36 +0000 (22:33 +0300)
get-source.sh

index e5ef757de81b8674de5da95923c587ef2bcb03f9..89f2f6c86e0d46bf1bec95bd60ed84568ed1d64e 100755 (executable)
@@ -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
 
This page took 0.04219 seconds and 4 git commands to generate.