homebrew-cask-versions/Casks/darteditor.rb
2014-10-01 11:42:14 -04:00

10 lines
281 B
Ruby

class Darteditor < Cask
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