diff options
| author | Petr Hosek | 2012-05-17 11:57:31 +0100 |
|---|---|---|
| committer | Adam Vandenberg | 2012-05-17 06:30:23 -0700 |
| commit | b98bf0861971edefe96ac34f1746599a3eb5775e (patch) | |
| tree | b9e57bc7ba0dfc15fb78ddbdc7e3121ef13f8205 /Library | |
| parent | 9e72602bd0d31066bb3d7628566dda5316613e69 (diff) | |
| download | homebrew-b98bf0861971edefe96ac34f1746599a3eb5775e.tar.bz2 | |
Dart build 7696
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
| -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 |
