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