homebrew-cask-versions/Casks/darteditor.rb
2014-12-10 17:10:16 -08:00

10 lines
281 B
Ruby

cask :v1 => 'darteditor' do
version :latest
sha256 :no_check
url 'https://storage.googleapis.com/dart-archive/channels/stable/release/latest/editor/darteditor-macos-x64.zip'
homepage 'https://www.dartlang.org/tools/editor/'
license :bsd
app 'dart/DartEditor.app'
end