aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorKeith Schulze2013-01-29 14:04:44 +1100
committerAdam Vandenberg2013-01-28 19:28:14 -0800
commitef99bb35285566d0ac31d0ba6a4a4aa7a9174d92 (patch)
tree3b98642f0453c5fa80ea74c5ec474d3951839a45 /Library
parentf354c7a07169976aabc2b222cb3c7afecfd21f5c (diff)
downloadhomebrew-ef99bb35285566d0ac31d0ba6a4a4aa7a9174d92.tar.bz2
dart 17657
Update to the latest dart-sdk (17657) Closes #17392. 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 ef7f7414c..2e7e6a6d3 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/15699/dartsdk-macos-64.zip'
- sha1 '7ecee694bf6d454bdce73ab55ce83799447d701e'
+ url 'https://gsdview.appspot.com/dart-editor-archive-integration/17657/dartsdk-macos-64.zip'
+ sha1 '440936b9dd5c48b5fbf769adaf5d092355a342b1'
else
- url 'https://gsdview.appspot.com/dart-editor-archive-integration/15699/dartsdk-macos-32.zip'
- sha1 '1606706fe74ecc095ef0e25de12a92bbf07c063a'
+ url 'https://gsdview.appspot.com/dart-editor-archive-integration/17657/dartsdk-macos-32.zip'
+ sha1 '6b3ef69af8ab468e612322c454284150588af050'
end
- version '15699'
+ version '17657'
def install
libexec.install Dir['*']