aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorDenis Barushev2013-07-15 14:40:00 -0700
committerAdam Vandenberg2013-07-15 15:12:15 -0700
commit4401e44a4530b25a42f0e768aa06648e790ed6d1 (patch)
tree2adfec5fb5aec5b8739801a5904533fb21303066 /Library/Formula
parent7782804ee5863efea3ad00cb37e40c831e67d6c3 (diff)
downloadhomebrew-4401e44a4530b25a42f0e768aa06648e790ed6d1.tar.bz2
Dart 24898
Closes #21236. 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 9c3155469..49dfbd73a 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/24275/dartsdk-macos-64.zip'
- sha1 'af75e014b80f27c77ac46cce1ae66fe981490354'
+ url 'https://gsdview.appspot.com/dart-editor-archive-integration/24898/dartsdk-macos-64.zip'
+ sha1 '5d076bdbaf25849ac0951d1c9a6345c83022368f'
else
- url 'https://gsdview.appspot.com/dart-editor-archive-integration/24275/dartsdk-macos-32.zip'
- sha1 '551c60760205531a1b7a3de62ece82307f1bdad2'
+ url 'https://gsdview.appspot.com/dart-editor-archive-integration/24898/dartsdk-macos-32.zip'
+ sha1 '2894e8388b8e8ab85b8a59aae4311d20d4829887'
end
- version '24275'
+ version '24898'
def install
libexec.install Dir['*']