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:
parent
38153d9105
commit
bc4318dca3
@ -1,6 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/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/";
|
bucket_url="http://commondatastorage.googleapis.com/chromium-browser-official/";
|
||||||
output_file="$(cd "$(dirname "$0")" && pwd)/sources.nix";
|
output_file="$(cd "$(dirname "$0")" && pwd)/sources.nix";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user