From 562c37360f8133eda5870ab801d1a7710fe9abdc Mon Sep 17 00:00:00 2001 From: Steve Peters Date: Mon, 4 Jan 2021 13:44:55 -0800 Subject: [PATCH] qt@5: create qt@5 alias and update qt alias (#68241) * Create alias for qt@5 * formula_renames: redirect qt5 to qt@5 qt 6.0.0 has been released, so redirect formulae that refer to the outdated qt5 name to use qt@5 rather than qt. --- Aliases/qt@5 | 1 + formula_renames.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 120000 Aliases/qt@5 diff --git a/Aliases/qt@5 b/Aliases/qt@5 new file mode 120000 index 00000000000..f6482cf9840 --- /dev/null +++ b/Aliases/qt@5 @@ -0,0 +1 @@ +../Formula/qt.rb \ No newline at end of file diff --git a/formula_renames.json b/formula_renames.json index 1fe867f5953..3db7931ad4d 100644 --- a/formula_renames.json +++ b/formula_renames.json @@ -98,7 +98,7 @@ "postgresql95": "postgresql@9.5", "presto": "prestodb", "pyqt5": "pyqt", - "qt5": "qt", + "qt5": "qt@5", "racket": "minimal-racket", "rebar@3": "rebar3", "recipes": "gnome-recipes",