homebrew-cask/Casks/darteditor.rb

8 lines
261 B
Ruby

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 'latest'
sha256 :no_check
link 'dart/DartEditor.app'
end