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 _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
