Dart 22416

Closes Homebrew/homebrew#19644.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
Anthony Scotti 2013-05-06 22:24:31 -04:00 committed by Adam Vandenberg
parent 196c946a9d
commit cc6fd46f39
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/22223/dartsdk-macos-64.zip'
sha1 '766856a36ce283951c577ecc102b8b3e2cb0a164'
url 'https://gsdview.appspot.com/dart-editor-archive-integration/22416/dartsdk-macos-64.zip'
sha1 '3b70543450e24c5dad7855ab1db452b72649af69'
else
url 'https://gsdview.appspot.com/dart-editor-archive-integration/22223/dartsdk-macos-32.zip'
sha1 'fddd7f182e1c099428b53b3cb1fb2efd8b902a51'
url 'https://gsdview.appspot.com/dart-editor-archive-integration/22416/dartsdk-macos-32.zip'
sha1 '326ad04ef8d09dfc5711e3cb7fb46b7098dad2a2'
end
version '22223'
version '22416'
def install
libexec.install Dir['*']