diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/dart.rb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Library/Formula/dart.rb b/Library/Formula/dart.rb index cf5b70c4c..4ed555adc 100644 --- a/Library/Formula/dart.rb +++ b/Library/Formula/dart.rb @@ -2,9 +2,9 @@ require 'formula' class Dart < Formula homepage 'http://www.dartlang.org/' - url 'https://gsdview.appspot.com/dart-editor-archive-integration/6943/dart-macos.zip' - version '6943' - md5 '489fa4e956745066c8cbbaed6e2cd76c' + url 'https://gsdview.appspot.com/dart-editor-archive-integration/7696/dart-macos.zip' + version '7696' + md5 '27d9d1a0fba78f2caaea455162f7e166' def shim_script target <<-EOS.undent @@ -17,7 +17,7 @@ class Dart < Formula libexec.install Dir['*'] (bin+'dart').write shim_script("#{libexec}/bin/dart") - (bin+'frogc').write shim_script("#{libexec}/bin/frogc") + (bin+'dart2js').write shim_script("#{libexec}/bin/dart2js") end def test |
