mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 10:49:00 +00:00
update_homebrew: fix Dart homepage url
Follow-up to https://github.com/dart-lang/homebrew-dart/pull/72 Change-Id: I79fb0e7cea714974fd63e7516f11e2c55e3af1ba Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/136702 Auto-Submit: Kevin Moore <kevmoo@google.com> Reviewed-by: Alexander Thomas <athom@google.com>
This commit is contained in:
parent
cc13f083a5
commit
7784ed1b9e
2 changed files with 2 additions and 1 deletions
1
tools/apps/update_homebrew/.gitignore
vendored
1
tools/apps/update_homebrew/.gitignore
vendored
|
@ -1 +1,2 @@
|
||||||
.packages
|
.packages
|
||||||
|
.dart_tool
|
||||||
|
|
|
@ -88,7 +88,7 @@ String _createDartFormula(
|
||||||
'''
|
'''
|
||||||
class Dart < Formula
|
class Dart < Formula
|
||||||
desc "The Dart SDK"
|
desc "The Dart SDK"
|
||||||
homepage "https://www.dartlang.org/"
|
homepage "https://dart.dev"
|
||||||
|
|
||||||
version "$stableVersion"
|
version "$stableVersion"
|
||||||
if OS.mac?
|
if OS.mac?
|
||||||
|
|
Loading…
Reference in a new issue