chromium: Fix omahaproxy URL in updater.

Omahaproxy got an overhaul and thus doesn't give CSV output on the main URL
anymoare. We're switching to /all for now and may want to refine this to only
what we're exactly looking for, but for now it fixes the updater.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
This commit is contained in:
aszlig
2012-11-19 21:29:27 +01:00
parent 38153d9105
commit bc4318dca3

View File

@@ -1,6 +1,6 @@
#!/bin/sh
channels_url="http://omahaproxy.appspot.com/";
channels_url="http://omahaproxy.appspot.com/all?csv=1";
bucket_url="http://commondatastorage.googleapis.com/chromium-browser-official/";
output_file="$(cd "$(dirname "$0")" && pwd)/sources.nix";