dart 20193
Closes Homebrew/homebrew#18591. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
162e12b3c7
commit
b6147400a8
1 changed files with 5 additions and 5 deletions
|
@ -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/19425/dartsdk-macos-64.zip'
|
||||
sha1 '7eb284106b7ace99963c30d68f292227ff785363'
|
||||
url 'https://gsdview.appspot.com/dart-editor-archive-integration/20193/dartsdk-macos-64.zip'
|
||||
sha1 '8da75b3e6c44c47224a07fa670d2a9fb77326013'
|
||||
else
|
||||
url 'https://gsdview.appspot.com/dart-editor-archive-integration/19425/dartsdk-macos-32.zip'
|
||||
sha1 'e19497d322603276e46bb489860f1f51a45b04ad'
|
||||
url 'https://gsdview.appspot.com/dart-editor-archive-integration/20193/dartsdk-macos-32.zip'
|
||||
sha1 'ebe196d40e4c8757897da8d5c195957bb25af635'
|
||||
end
|
||||
|
||||
version '19425'
|
||||
version '20193'
|
||||
|
||||
def install
|
||||
libexec.install Dir['*']
|
||||
|
|
Loading…
Reference in a new issue