homebrew-cask/Casks/darteditor.rb

11 lines
281 B
Ruby
Raw Normal View History

2014-11-14 01:25:40 +08:00
cask :v1 => 'darteditor' do
2014-09-17 19:42:42 +08:00
version :latest
2014-05-08 20:51:31 +08:00
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
2014-09-16 00:05:27 +08:00
app 'dart/DartEditor.app'
2014-02-13 07:26:09 +08:00
end