dart 19425
Closes Homebrew/homebrew#18392. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
b829c08e8c
commit
aaef6b57f1
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/18717/dartsdk-macos-64.zip'
|
||||
sha1 '2ef8841fdf21c29f97813863c4c20d3952789e36'
|
||||
url 'https://gsdview.appspot.com/dart-editor-archive-integration/19425/dartsdk-macos-64.zip'
|
||||
sha1 '7eb284106b7ace99963c30d68f292227ff785363'
|
||||
else
|
||||
url 'https://gsdview.appspot.com/dart-editor-archive-integration/18717/dartsdk-macos-32.zip'
|
||||
sha1 '360e7eea55b8adda3c2635df964d75664eb82ad2'
|
||||
url 'https://gsdview.appspot.com/dart-editor-archive-integration/19425/dartsdk-macos-32.zip'
|
||||
sha1 'e19497d322603276e46bb489860f1f51a45b04ad'
|
||||
end
|
||||
|
||||
version '18717'
|
||||
version '19425'
|
||||
|
||||
def install
|
||||
libexec.install Dir['*']
|
||||
|
|
Loading…
Reference in a new issue