aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorYehor Lvivski2013-03-19 18:54:04 +0200
committerAdam Vandenberg2013-03-19 09:56:45 -0700
commit1fac6164aaf84242cdc310c6e05f98150871363d (patch)
tree24be376468ab10063fce22f8d074e3fe7e2b5689 /Library
parentd633ac6f574de8f87a4bb6295cf8a38b23bf4032 (diff)
downloadhomebrew-1fac6164aaf84242cdc310c6e05f98150871363d.tar.bz2
dart 20193
Closes #18591. 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 497784a48..5be8ac394 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/19425/dartsdk-macos-64.zip'
- sha1 '7eb284106b7ace99963c30d68f292227ff785363'
+ url 'https://gsdview.appspot.com/dart-editor-archive-integration/20193/dartsdk-macos-64.zip'
+ sha1 '8da75b3e6c44c47224a07fa670d2a9fb77326013'
else
- url 'https://gsdview.appspot.com/dart-editor-archive-integration/19425/dartsdk-macos-32.zip'
- sha1 'e19497d322603276e46bb489860f1f51a45b04ad'
+ url 'https://gsdview.appspot.com/dart-editor-archive-integration/20193/dartsdk-macos-32.zip'
+ sha1 'ebe196d40e4c8757897da8d5c195957bb25af635'
end
- version '19425'
+ version '20193'
def install
libexec.install Dir['*']