]> git.pld-linux.org Git - packages/google-chrome.git/commitdiff
- fix fetching other branches (same repo, just different package names)
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 3 Jul 2012 10:14:57 +0000 (10:14 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    update-source.sh -> 1.5

update-source.sh

index d983e4f650ae079f16839e7c91e32e9da2a0f1e5..ceb9b40c64671e7377615c360134eb002d793801 100644 (file)
@@ -1,7 +1,8 @@
 #!/bin/sh
 arch=x86_64
 branch=${1:-stable}
-sourceurl=http://dl.google.com/linux/chrome/rpm/$branch/$arch/
+sourceurl=http://dl.google.com/linux/chrome/rpm/stable/$arch/
+
 set -e
 
 echo -n "Fetching latest version... "
This page took 0.087297 seconds and 4 git commands to generate.