aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAnthony Scotti2013-10-13 10:09:21 -0400
committerMike McQuaid2013-10-13 15:30:01 +0100
commit793ee9d7714a336da3c37b4b24272101f854a86c (patch)
treea7001f815b5cf0bc258511edcb1c9d1682ae8ac5 /Library
parent138c901fd25471158a151d18b1f8e262c7d95493 (diff)
downloadhomebrew-793ee9d7714a336da3c37b4b24272101f854a86c.tar.bz2
dart 28355
Closes #23242. Signed-off-by: Mike McQuaid <mike@mikemcquaid.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 cba2277dc..c7d387e0b 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/28108/dartsdk-macos-64.zip'
- sha1 'e31b666d94a792366265b98cb4cd1a64797a8061'
+ url 'https://gsdview.appspot.com/dart-editor-archive-integration/28355/dartsdk-macos-64.zip'
+ sha1 '577d4bab25dc7fd98318e42c75c6a15b5306aa47'
else
- url 'https://gsdview.appspot.com/dart-editor-archive-integration/28108/dartsdk-macos-32.zip'
- sha1 '912f5a3a7bbc34c7ca33d9d7a9ae5b2cb4f59eab'
+ url 'https://gsdview.appspot.com/dart-editor-archive-integration/28355/dartsdk-macos-32.zip'
+ sha1 '10e5abc3b538c94ff145e7cd7d7de3689a7ba4d3'
end
- version '28108'
+ version '28355'
def install
libexec.install Dir['*']