Dart 21823

Closes Homebrew/homebrew#19369.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
master
Anthony Scotti 2013-04-22 21:26:16 -04:00 committed by Jack Nagel
parent 1f40e62b60
commit ae29c4e436
1 changed files with 5 additions and 5 deletions

View File

@ -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/21658/dartsdk-macos-64.zip'
sha1 '4bae23519e9d2f16d6b296b87053343f16d3e076'
url 'https://gsdview.appspot.com/dart-editor-archive-integration/21823/dartsdk-macos-64.zip'
sha1 '6a901c5ba2e18696cab80d02f071656dcb5b2fc1'
else
url 'https://gsdview.appspot.com/dart-editor-archive-integration/21658/dartsdk-macos-32.zip'
sha1 'c4828db4dc18f388a1b9b928f701a093075850a6'
url 'https://gsdview.appspot.com/dart-editor-archive-integration/21823/dartsdk-macos-32.zip'
sha1 '200c7db0cf092518ab6d7a61dcc9d724ce2e10ae'
end
version '21658'
version '21823'
def install
libexec.install Dir['*']