From 5e766e0740926bd2594c1b6dac5c4f371a26e995 Mon Sep 17 00:00:00 2001 From: Patrice Chalin Date: Wed, 15 Apr 2015 18:07:29 -0700 Subject: [PATCH] Add DartEditor.app latest dev channel Based on darteditor.rb from the main repo. --- Casks/darteditor-dev.rb | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Casks/darteditor-dev.rb diff --git a/Casks/darteditor-dev.rb b/Casks/darteditor-dev.rb new file mode 100644 index 000000000..a1ef65445 --- /dev/null +++ b/Casks/darteditor-dev.rb @@ -0,0 +1,12 @@ +cask :v1 => 'darteditor-dev' do + version :latest + sha256 :no_check + + # googleapis.com is the official download host per the vendor homepage + url 'https://storage.googleapis.com/dart-archive/channels/dev/release/latest/editor/darteditor-macos-x64.zip' + name 'Dart Editor' + homepage 'https://www.dartlang.org/tools/editor/' + license :bsd + + app 'dart/DartEditor.app', :target => 'DartEditor-dev.app' +end