aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAnthony Scotti2013-06-04 15:42:26 -0400
committerAdam Vandenberg2013-06-04 12:47:28 -0700
commit42671fab457d9d8aae2338993bda47f714ae0fa4 (patch)
treeaea261a8af1eca0a54eb3e347adb2ad2a619523e /Library
parent0fff99c8b74f19094a61d9a6db57856e2fe481e6 (diff)
downloadhomebrew-42671fab457d9d8aae2338993bda47f714ae0fa4.tar.bz2
Dart 23552
Closes #20267. 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 cae63260d..dfcec61df 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/23200/dartsdk-macos-64.zip'
- sha1 '8af5bbe273aaa37cea92a3c69f953fff7c81ccd0'
+ url 'https://gsdview.appspot.com/dart-editor-archive-integration/23552/dartsdk-macos-64.zip'
+ sha1 '45cdf025db69a86b7448c57c2031f304439e0949'
else
- url 'https://gsdview.appspot.com/dart-editor-archive-integration/23200/dartsdk-macos-32.zip'
- sha1 'efed12886482e3350b8707f71efa0883992ec051'
+ url 'https://gsdview.appspot.com/dart-editor-archive-integration/23552/dartsdk-macos-32.zip'
+ sha1 '0ba113ca9a1c95e066752b856b9015d4b9398027'
end
- version '23200'
+ version '23552'
def install
libexec.install Dir['*']