homebrew-cask/Casks/darteditor.rb

11 lines
285 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 :unknown
app 'dart/DartEditor.app'
end