chromium: Update beta and dev channels.
This introduces the following new versions: beta: 29.0.1547.41 -> 29.0.1547.49 (builds fine, tested) dev: 30.0.1581.2 -> 30.0.1588.0 (builds fine, tested) Signed-off-by: aszlig <aszlig@redmoonstudios.org>
This commit is contained in:
parent
a3bd1be27b
commit
213ff4d38c
|
@ -1,14 +1,14 @@
|
||||||
# This file is autogenerated from update.sh in the same directory.
|
# This file is autogenerated from update.sh in the same directory.
|
||||||
{
|
{
|
||||||
dev = {
|
dev = {
|
||||||
version = "30.0.1581.2";
|
version = "30.0.1588.0";
|
||||||
url = "http://commondatastorage.googleapis.com/chromium-browser-official/chromium-30.0.1581.2.tar.xz";
|
url = "http://commondatastorage.googleapis.com/chromium-browser-official/chromium-30.0.1588.0.tar.xz";
|
||||||
sha256 = "16l0gprinxbhdsx67yaq6qwy45018v6vww0hnyji4wdzd5drkf9r";
|
sha256 = "1jwc2pkd75gax8vj8wzahhpzl6ilgrlj3bcbah975yy67m7c8p13";
|
||||||
};
|
};
|
||||||
beta = {
|
beta = {
|
||||||
version = "29.0.1547.41";
|
version = "29.0.1547.49";
|
||||||
url = "http://commondatastorage.googleapis.com/chromium-browser-official/chromium-29.0.1547.41.tar.xz";
|
url = "http://commondatastorage.googleapis.com/chromium-browser-official/chromium-29.0.1547.49.tar.xz";
|
||||||
sha256 = "0xb2y7n3qyakg08606zdaw6wf60ypx9p61g56sqhxamgd5byfsg1";
|
sha256 = "03r64rydi2kbxgi2dcpslmpb716ppadqy1jzrbw39icz5xpgmg3k";
|
||||||
};
|
};
|
||||||
stable = {
|
stable = {
|
||||||
version = "28.0.1500.95";
|
version = "28.0.1500.95";
|
||||||
|
|
Loading…
Reference in New Issue