Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Update Dart to version 21094. #19073

Closed
wants to merge 2 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
10 changes: 5 additions & 5 deletions Library/Formula/dart.rb
Expand Up @@ -4,14 +4,14 @@ class Dart < Formula
homepage 'http://www.dartlang.org/' homepage 'http://www.dartlang.org/'


if MacOS.prefer_64_bit? if MacOS.prefer_64_bit?
url 'https://gsdview.appspot.com/dart-editor-archive-integration/20602/dartsdk-macos-64.zip' url 'https://gsdview.appspot.com/dart-editor-archive-integration/21094/dartsdk-macos-64.zip'
sha1 'd5ba351fe5f60f0e2eb9da589a4f2f902cfc9b68' sha1 '4125a5792bb4a9eb522d11dc976bad21be4abc95'
else else
url 'https://gsdview.appspot.com/dart-editor-archive-integration/20602/dartsdk-macos-32.zip' url 'https://gsdview.appspot.com/dart-editor-archive-integration/21094/dartsdk-macos-32.zip'
sha1 '703b2fb61a7df03e898eb1fb332b3d004b7b9a34' sha1 '512991bda44252d5825ecab088d9f17467dea716'
end end


version '20602' version '21094'


def install def install
libexec.install Dir['*'] libexec.install Dir['*']
Expand Down