]> git.pld-linux.org Git - packages/google-chrome.git/blobdiff - update-source.sh
- fetch "stable" branches only
[packages/google-chrome.git] / update-source.sh
index 28d288be56c6ad8f2eccb95c0ab9b48e3da24fab..37411d9f4072d13c233d95a991bcc54302ca190f 100644 (file)
@@ -3,7 +3,7 @@ set -e
 
 echo -n "Fetching latest version... "
 t=$(mktemp)
-curl --silent http://dl.google.com/linux/direct/google-chrome-beta_current_x86_64.rpm -o $t
+curl --silent -o $t https://dl-ssl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm
 ver=$(rpm -qp --nodigest --nosignature --qf '%{V}' $t)
 rev=$(rpm -qp --nodigest --nosignature --qf '%{R}' $t)
 rm -f $t
This page took 0.10852 seconds and 4 git commands to generate.