aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorYehor Lvivski2013-08-08 22:45:06 +0300
committerAdam Vandenberg2013-08-08 13:54:36 -0700
commitdc2b543376983f605295cdb89b05a6ceeaa2eb4e (patch)
tree3648867de4bba307f2570bb8846143ffb77854e6 /Library/Formula
parent4ea4a8671f144153eb4a99a752ced15fd32f761a (diff)
downloadhomebrew-dc2b543376983f605295cdb89b05a6ceeaa2eb4e.tar.bz2
dart 25822
Closes #21765. 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 d3b43e2db..6805e71ed 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/25388/dartsdk-macos-64.zip'
- sha1 '1de7b3933d4c13eb2aac136b2e260ebb3e0af14e'
+ url 'https://gsdview.appspot.com/dart-editor-archive-integration/25822/dartsdk-macos-64.zip'
+ sha1 '5988fc67d0a82f59b802ca9e0aa66419b190bd7a'
else
- url 'https://gsdview.appspot.com/dart-editor-archive-integration/25388/dartsdk-macos-32.zip'
- sha1 'cd59aa7bb25f92b67399a2e05e7bebde3c15d684'
+ url 'https://gsdview.appspot.com/dart-editor-archive-integration/25822/dartsdk-macos-32.zip'
+ sha1 '6ac8eee208aef029f4868cc95d7c42973ce60a09'
end
- version '25388'
+ version '25822'
def install
libexec.install Dir['*']