From c40c98759d33380f5af29c40c58cbfc5ed581bc9 Mon Sep 17 00:00:00 2001 From: Iristyle Date: Sun, 24 Aug 2014 08:36:40 -0700 Subject: [PATCH] chore(DartEditor): release 1.5.8 --- DartEditor/DartEditor.nuspec | 4 ++-- DartEditor/tools/chocolateyInstall.ps1 | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/DartEditor/DartEditor.nuspec b/DartEditor/DartEditor.nuspec index 6faac5c..0453036 100644 --- a/DartEditor/DartEditor.nuspec +++ b/DartEditor/DartEditor.nuspec @@ -3,7 +3,7 @@ DartEditor Dart Editor - 0.24898 + 1.5.8 Google Ethan J Brown Dart Editor is an open-source tool for editing, debugging, and running Dart applications. @@ -28,7 +28,7 @@ https://code.google.com/p/dart/ - + https://groups.google.com/a/dartlang.org/forum/#!forum/announce diff --git a/DartEditor/tools/chocolateyInstall.ps1 b/DartEditor/tools/chocolateyInstall.ps1 index b2def57..b4e3979 100644 --- a/DartEditor/tools/chocolateyInstall.ps1 +++ b/DartEditor/tools/chocolateyInstall.ps1 @@ -4,8 +4,8 @@ try { $params = @{ PackageName = $package; FileType = 'zip'; - Url = 'https://storage.googleapis.com/dart-editor-archive-integration/latest/darteditor-win32-32.zip'; - Url64bit = 'https://storage.googleapis.com/dart-editor-archive-integration/latest/darteditor-win32-64.zip'; + Url = 'http://storage.googleapis.com/dart-archive/channels/stable/release/latest/editor/darteditor-windows-ia32.zip'; + Url64bit = 'http://storage.googleapis.com/dart-archive/channels/stable/release/latest/editor/darteditor-windows-x64.zip'; UnzipLocation = Join-Path $Env:SystemDrive 'tools'; }