chromium: Update all channels to latest versions.
This introduces version 32 as the new version for the development channel. Also, stable got a few security fixes, which are described here: http://googlechromereleases.blogspot.de/2013/10/stable-channel-update_15.html Overview of the updated channels: stable: 30.0.1599.66 -> 30.0.1599.101 beta: 30.0.1599.66 -> 31.0.1650.26 dev: 31.0.1650.4 -> 32.0.1671.3 Builds are passing and running fine. Apologies to everyone for the delayed update, real life sometimes becomes a major distraction ;-) Signed-off-by: aszlig <aszlig@redmoonstudios.org>
This commit is contained in:
parent
c01a5b5442
commit
4b06b42bc3
1 changed files with 9 additions and 9 deletions
|
@ -1,18 +1,18 @@
|
|||
# This file is autogenerated from update.sh in the same directory.
|
||||
{
|
||||
dev = {
|
||||
version = "31.0.1650.4";
|
||||
url = "http://commondatastorage.googleapis.com/chromium-browser-official/chromium-31.0.1650.4.tar.xz";
|
||||
sha256 = "1i61izfn06ldxkgdrisdibbn5hrghyjslf81yszpw69k0z87k3lm";
|
||||
version = "32.0.1671.3";
|
||||
url = "http://commondatastorage.googleapis.com/chromium-browser-official/chromium-32.0.1671.3.tar.xz";
|
||||
sha256 = "0bv86ig3mrd95zh78880bcyh9b8w46s7slxq3mwwmrmqp0s8qaq0";
|
||||
};
|
||||
beta = {
|
||||
version = "30.0.1599.66";
|
||||
url = "http://commondatastorage.googleapis.com/chromium-browser-official/chromium-30.0.1599.66.tar.xz";
|
||||
sha256 = "092ps4y4s544lswrqqk8qij5n7ax4bsfl5vdj5cwfncvsqpjds4g";
|
||||
version = "31.0.1650.26";
|
||||
url = "http://commondatastorage.googleapis.com/chromium-browser-official/chromium-31.0.1650.26.tar.xz";
|
||||
sha256 = "14jvbjn7nsc4psi7n6rjsb5d930k4jawbgqlx3hkhmkz5nhbrplx";
|
||||
};
|
||||
stable = {
|
||||
version = "30.0.1599.66";
|
||||
url = "http://commondatastorage.googleapis.com/chromium-browser-official/chromium-30.0.1599.66.tar.xz";
|
||||
sha256 = "092ps4y4s544lswrqqk8qij5n7ax4bsfl5vdj5cwfncvsqpjds4g";
|
||||
version = "30.0.1599.101";
|
||||
url = "http://commondatastorage.googleapis.com/chromium-browser-official/chromium-30.0.1599.101.tar.xz";
|
||||
sha256 = "0bd49k9qpycpp4z230pqwsi22565lzhyq59js34baawjqql6ynfr";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue