]> git.pld-linux.org Git - packages/google-chrome.git/commitdiff
- fetch "stable" branches only
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 14 Oct 2010 11:55:13 +0000 (11:55 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    update-source.sh -> 1.2

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.048533 seconds and 4 git commands to generate.