aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorYehor Lvivski2013-03-11 14:24:54 +0200
committerAdam Vandenberg2013-03-11 10:36:23 -0700
commit631d4bb01faa546bb4e3d1f5a2fd50f7547d353f (patch)
tree3f18987c003a652214b3bea1e61a2519bb0e3fe9 /Library
parent40b027e49f10f3e0f486ae7cf7a5503dbc0b1d55 (diff)
downloadhomebrew-631d4bb01faa546bb4e3d1f5a2fd50f7547d353f.tar.bz2
dart 19425
Closes #18392. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/dart.rb10
1 files changed, 5 insertions, 5 deletions
diff --git a/Library/Formula/dart.rb b/Library/Formula/dart.rb
index 5a2c66fdd..497784a48 100644
--- a/Library/Formula/dart.rb
+++ b/Library/Formula/dart.rb
@@ -4,14 +4,14 @@ class Dart < Formula
homepage 'http://www.dartlang.org/'
if MacOS.prefer_64_bit?
- url 'https://gsdview.appspot.com/dart-editor-archive-integration/18717/dartsdk-macos-64.zip'
- sha1 '2ef8841fdf21c29f97813863c4c20d3952789e36'
+ url 'https://gsdview.appspot.com/dart-editor-archive-integration/19425/dartsdk-macos-64.zip'
+ sha1 '7eb284106b7ace99963c30d68f292227ff785363'
else
- url 'https://gsdview.appspot.com/dart-editor-archive-integration/18717/dartsdk-macos-32.zip'
- sha1 '360e7eea55b8adda3c2635df964d75664eb82ad2'
+ url 'https://gsdview.appspot.com/dart-editor-archive-integration/19425/dartsdk-macos-32.zip'
+ sha1 'e19497d322603276e46bb489860f1f51a45b04ad'
end
- version '18717'
+ version '19425'
def install
libexec.install Dir['*']