aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorPetr Hosek2012-05-17 11:57:31 +0100
committerAdam Vandenberg2012-05-17 06:30:23 -0700
commitb98bf0861971edefe96ac34f1746599a3eb5775e (patch)
treeb9e57bc7ba0dfc15fb78ddbdc7e3121ef13f8205 /Library/Formula
parent9e72602bd0d31066bb3d7628566dda5316613e69 (diff)
downloadhomebrew-b98bf0861971edefe96ac34f1746599a3eb5775e.tar.bz2
Dart build 7696
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/dart.rb8
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