aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorKeith Schulze2013-10-05 10:09:45 +1000
committerAdam Vandenberg2013-10-04 19:59:48 -0700
commit4b664bd8211f0b632232c91d16d912bb22c5d447 (patch)
treecbac63bf67b505dbbef49e653636f5303f0e7fa6 /Library/Formula
parent86e6ff5e8044cb1f784c9c54c940e2bf269ec558 (diff)
downloadhomebrew-4b664bd8211f0b632232c91d16d912bb22c5d447.tar.bz2
Dart 28108
Upgrade to the latest dart milestone 28108 Closes #23050. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
-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 c286e7029..cba2277dc 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/27268/dartsdk-macos-64.zip'
- sha1 'bd6106c478d2e9ac5c534a9183369937f7876940'
+ url 'https://gsdview.appspot.com/dart-editor-archive-integration/28108/dartsdk-macos-64.zip'
+ sha1 'e31b666d94a792366265b98cb4cd1a64797a8061'
else
- url 'https://gsdview.appspot.com/dart-editor-archive-integration/27268/dartsdk-macos-32.zip'
- sha1 '6ade0a64690bf5e454f5a0017ad28129f5a03576'
+ url 'https://gsdview.appspot.com/dart-editor-archive-integration/28108/dartsdk-macos-32.zip'
+ sha1 '912f5a3a7bbc34c7ca33d9d7a9ae5b2cb4f59eab'
end
- version '27268'
+ version '28108'
def install
libexec.install Dir['*']