packages: google-chrome/update-source.sh - fetch "stable" branches only
glen
glen at pld-linux.org
Thu Oct 14 13:55:18 CEST 2010
Author: glen Date: Thu Oct 14 11:55:18 2010 GMT
Module: packages Tag: HEAD
---- Log message:
- fetch "stable" branches only
---- Files affected:
packages/google-chrome:
update-source.sh (1.1 -> 1.2)
---- Diffs:
================================================================
Index: packages/google-chrome/update-source.sh
diff -u packages/google-chrome/update-source.sh:1.1 packages/google-chrome/update-source.sh:1.2
--- packages/google-chrome/update-source.sh:1.1 Thu Apr 15 11:29:47 2010
+++ packages/google-chrome/update-source.sh Thu Oct 14 13:55:13 2010
@@ -3,7 +3,7 @@
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
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/google-chrome/update-source.sh?r1=1.1&r2=1.2&f=u
More information about the pld-cvs-commit
mailing list