-
-
Notifications
You must be signed in to change notification settings - Fork 10.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update version and installed location
- Loading branch information
1 parent
939e6e4
commit 5eb8e99
Showing
1 changed file
with
7 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,18 @@ | ||
cask "flutter" do | ||
version "1.20.1" | ||
sha256 "a6364d48455bd7eb749bcbd0b7c71b985bccb0149ea0dd95c6bef3bbb2e9f91b" | ||
version "1.20.2" | ||
sha256 "c801653e989811b60f79d3edffa808bd1fba5b771ba8492bfc53ea49302afc0e" | ||
|
||
# storage.googleapis.com/flutter_infra/releases/stable/macos/ was verified as official when first introduced to the cask | ||
url "https://storage.googleapis.com/flutter_infra/releases/stable/macos/flutter_macos_#{version}-stable.zip" | ||
name "Flutter SDK" | ||
desc "UI toolkit for building applications for mobile, web and desktop" | ||
homepage "https://flutter.dev/" | ||
|
||
conflicts_with cask: "dart" | ||
# Flutter manages its components by itself so it should not be updated by | ||
# Homebrew in most cases, else those components would be lost on upgrade | ||
auto_updates true | ||
depends_on macos: ">= :catalina" | ||
|
||
suite "flutter" | ||
binary "flutter/bin/dart" | ||
binary "flutter/bin/flutter" | ||
end |