homebrew-cask/Casks/darteditor.rb

8 lines
261 B
Ruby
Raw Normal View History

class Darteditor < Cask
2014-02-13 07:26:09 +08:00
url 'http://storage.googleapis.com/dart-archive/channels/stable/release/latest/editor/darteditor-macos-x64.zip'
homepage 'https://www.dartlang.org/tools/editor/'
2014-02-13 07:27:05 +08:00
version 'latest'
2014-05-08 20:51:31 +08:00
sha256 :no_check
2014-02-13 07:26:09 +08:00
link 'dart/DartEditor.app'
end