dart 25388
Closes Homebrew/homebrew#21422. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
09ad8eb611
commit
3819cad292
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/24898/dartsdk-macos-64.zip'
|
||||
sha1 '5d076bdbaf25849ac0951d1c9a6345c83022368f'
|
||||
url 'https://gsdview.appspot.com/dart-editor-archive-integration/25388/dartsdk-macos-64.zip'
|
||||
sha1 '1de7b3933d4c13eb2aac136b2e260ebb3e0af14e'
|
||||
else
|
||||
url 'https://gsdview.appspot.com/dart-editor-archive-integration/24898/dartsdk-macos-32.zip'
|
||||
sha1 '2894e8388b8e8ab85b8a59aae4311d20d4829887'
|
||||
url 'https://gsdview.appspot.com/dart-editor-archive-integration/25388/dartsdk-macos-32.zip'
|
||||
sha1 'cd59aa7bb25f92b67399a2e05e7bebde3c15d684'
|
||||
end
|
||||
|
||||
version '24898'
|
||||
version '25388'
|
||||
|
||||
def install
|
||||
libexec.install Dir['*']
|
||||
|
|
Loading…
Reference in a new issue