From 38d1238b7c6fa5c8ad411e7ed5adf4dfdba5b9de Mon Sep 17 00:00:00 2001 From: Chris Oei Date: Wed, 12 Feb 2014 15:27:05 -0800 Subject: [PATCH] Use latest for dart editor --- Casks/dart-editor.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Casks/dart-editor.rb b/Casks/dart-editor.rb index 37d2fef299..2b1e8de36f 100644 --- a/Casks/dart-editor.rb +++ b/Casks/dart-editor.rb @@ -1,7 +1,7 @@ class DartEditor < Cask url 'http://storage.googleapis.com/dart-archive/channels/stable/release/latest/editor/darteditor-macos-x64.zip' homepage 'https://www.dartlang.org/tools/editor/' - version '1.1.3' - sha256 '48cced0709aa9bddfa3d03365b0fc4b3b9b157799f244746dc127ea95052825e' + version 'latest' + no_checksum link 'dart/DartEditor.app' end