dart 17657

Update to the latest dart-sdk (17657)

Closes Homebrew/homebrew#17392.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
Keith Schulze 2013-01-29 14:04:44 +11:00 committed by Adam Vandenberg
parent 8da6115df6
commit ca8819c0af
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/15699/dartsdk-macos-64.zip'
sha1 '7ecee694bf6d454bdce73ab55ce83799447d701e'
url 'https://gsdview.appspot.com/dart-editor-archive-integration/17657/dartsdk-macos-64.zip'
sha1 '440936b9dd5c48b5fbf769adaf5d092355a342b1'
else
url 'https://gsdview.appspot.com/dart-editor-archive-integration/15699/dartsdk-macos-32.zip'
sha1 '1606706fe74ecc095ef0e25de12a92bbf07c063a'
url 'https://gsdview.appspot.com/dart-editor-archive-integration/17657/dartsdk-macos-32.zip'
sha1 '6b3ef69af8ab468e612322c454284150588af050'
end
version '15699'
version '17657'
def install
libexec.install Dir['*']