From a2d4aebc615cfa32148e87f82f51988c9e5717e6 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Sat, 3 Feb 2024 15:46:34 +0100 Subject: [PATCH 1/2] workflows/pkg-installer: use macOS 14 ARM64 worker This is both free and lets us test on newer versions of macOS. --- .github/workflows/pkg-installer.yml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.github/workflows/pkg-installer.yml b/.github/workflows/pkg-installer.yml index 3f90c71ec4..a8da6c8b0d 100644 --- a/.github/workflows/pkg-installer.yml +++ b/.github/workflows/pkg-installer.yml @@ -138,13 +138,8 @@ jobs: - runner: macos-13 name: macos-13-x86_64 # Apple Silicon - - runner: macos-13-xlarge - name: macos-13-arm64 - # TODO: add when available - # - runner: macos-14 - # name: macos-14-x86_64 - # - runner: macos-14-xlarge - # name: macos-14-arm64 + - runner: macos-14 + name: macos-14-arm64 steps: - name: Download installer from GitHub Actions uses: actions/download-artifact@v4 From 17e7006651bdf9898285ca0fb422cb504e38d35a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 4 Feb 2024 11:40:44 +0000 Subject: [PATCH 2/2] Update manpage and completions. Autogenerated by the [sponsors-maintainers-man-completions](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/sponsors-maintainers-man-completions.yml) workflow. --- completions/fish/brew.fish | 8 ++++---- completions/zsh/_brew | 8 ++++---- docs/Manpage.md | 2 +- manpages/brew.1 | 2 +- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/completions/fish/brew.fish b/completions/fish/brew.fish index 46245adf12..e392eab2bf 100644 --- a/completions/fish/brew.fish +++ b/completions/fish/brew.fish @@ -850,7 +850,7 @@ __fish_brew_complete_arg 'instal' -l no-quarantine -d 'Disable/enable quarantini __fish_brew_complete_arg 'instal' -l only-dependencies -d 'Install the dependencies with specified options but do not install the formula itself' __fish_brew_complete_arg 'instal' -l overwrite -d 'Delete files that already exist in the prefix while linking' __fish_brew_complete_arg 'instal' -l prefpanedir -d 'Target location for Preference Panes (default: `~/Library/PreferencePanes`)' -__fish_brew_complete_arg 'instal' -l qlplugindir -d 'Target location for QuickLook Plugins (default: `~/Library/QuickLook`)' +__fish_brew_complete_arg 'instal' -l qlplugindir -d 'Target location for Quick Look Plugins (default: `~/Library/QuickLook`)' __fish_brew_complete_arg 'instal' -l quarantine -d 'Disable/enable quarantining of downloads (default: enabled)' __fish_brew_complete_arg 'instal' -l quiet -d 'Make some output more quiet' __fish_brew_complete_arg 'instal' -l require-sha -d 'Require all casks to have a checksum' @@ -904,7 +904,7 @@ __fish_brew_complete_arg 'install' -l no-quarantine -d 'Disable/enable quarantin __fish_brew_complete_arg 'install' -l only-dependencies -d 'Install the dependencies with specified options but do not install the formula itself' __fish_brew_complete_arg 'install' -l overwrite -d 'Delete files that already exist in the prefix while linking' __fish_brew_complete_arg 'install' -l prefpanedir -d 'Target location for Preference Panes (default: `~/Library/PreferencePanes`)' -__fish_brew_complete_arg 'install' -l qlplugindir -d 'Target location for QuickLook Plugins (default: `~/Library/QuickLook`)' +__fish_brew_complete_arg 'install' -l qlplugindir -d 'Target location for Quick Look Plugins (default: `~/Library/QuickLook`)' __fish_brew_complete_arg 'install' -l quarantine -d 'Disable/enable quarantining of downloads (default: enabled)' __fish_brew_complete_arg 'install' -l quiet -d 'Make some output more quiet' __fish_brew_complete_arg 'install' -l require-sha -d 'Require all casks to have a checksum' @@ -1295,7 +1295,7 @@ __fish_brew_complete_arg 'reinstall' -l mdimporterdir -d 'Target location for Sp __fish_brew_complete_arg 'reinstall' -l no-binaries -d 'Disable/enable linking of helper executables (default: enabled)' __fish_brew_complete_arg 'reinstall' -l no-quarantine -d 'Disable/enable quarantining of downloads (default: enabled)' __fish_brew_complete_arg 'reinstall' -l prefpanedir -d 'Target location for Preference Panes (default: `~/Library/PreferencePanes`)' -__fish_brew_complete_arg 'reinstall' -l qlplugindir -d 'Target location for QuickLook Plugins (default: `~/Library/QuickLook`)' +__fish_brew_complete_arg 'reinstall' -l qlplugindir -d 'Target location for Quick Look Plugins (default: `~/Library/QuickLook`)' __fish_brew_complete_arg 'reinstall' -l quarantine -d 'Disable/enable quarantining of downloads (default: enabled)' __fish_brew_complete_arg 'reinstall' -l quiet -d 'Make some output more quiet' __fish_brew_complete_arg 'reinstall' -l require-sha -d 'Require all casks to have a checksum' @@ -1681,7 +1681,7 @@ __fish_brew_complete_arg 'upgrade' -l mdimporterdir -d 'Target location for Spot __fish_brew_complete_arg 'upgrade' -l no-binaries -d 'Disable/enable linking of helper executables (default: enabled)' __fish_brew_complete_arg 'upgrade' -l no-quarantine -d 'Disable/enable quarantining of downloads (default: enabled)' __fish_brew_complete_arg 'upgrade' -l prefpanedir -d 'Target location for Preference Panes (default: `~/Library/PreferencePanes`)' -__fish_brew_complete_arg 'upgrade' -l qlplugindir -d 'Target location for QuickLook Plugins (default: `~/Library/QuickLook`)' +__fish_brew_complete_arg 'upgrade' -l qlplugindir -d 'Target location for Quick Look Plugins (default: `~/Library/QuickLook`)' __fish_brew_complete_arg 'upgrade' -l quarantine -d 'Disable/enable quarantining of downloads (default: enabled)' __fish_brew_complete_arg 'upgrade' -l quiet -d 'Make some output more quiet' __fish_brew_complete_arg 'upgrade' -l require-sha -d 'Require all casks to have a checksum' diff --git a/completions/zsh/_brew b/completions/zsh/_brew index 21714f3ac4..e68115efff 100644 --- a/completions/zsh/_brew +++ b/completions/zsh/_brew @@ -1061,7 +1061,7 @@ _brew_instal() { '(--cask --ignore-dependencies)--only-dependencies[Install the dependencies with specified options but do not install the formula itself]' \ '(--cask)--overwrite[Delete files that already exist in the prefix while linking]' \ '(--formula)--prefpanedir[Target location for Preference Panes (default: `~/Library/PreferencePanes`)]' \ - '(--formula)--qlplugindir[Target location for QuickLook Plugins (default: `~/Library/QuickLook`)]' \ + '(--formula)--qlplugindir[Target location for Quick Look Plugins (default: `~/Library/QuickLook`)]' \ '(--formula)--quarantine[Disable/enable quarantining of downloads (default: enabled)]' \ '--quiet[Make some output more quiet]' \ '(--formula)--require-sha[Require all casks to have a checksum]' \ @@ -1119,7 +1119,7 @@ _brew_install() { '(--cask --ignore-dependencies)--only-dependencies[Install the dependencies with specified options but do not install the formula itself]' \ '(--cask)--overwrite[Delete files that already exist in the prefix while linking]' \ '(--formula)--prefpanedir[Target location for Preference Panes (default: `~/Library/PreferencePanes`)]' \ - '(--formula)--qlplugindir[Target location for QuickLook Plugins (default: `~/Library/QuickLook`)]' \ + '(--formula)--qlplugindir[Target location for Quick Look Plugins (default: `~/Library/QuickLook`)]' \ '(--formula)--quarantine[Disable/enable quarantining of downloads (default: enabled)]' \ '--quiet[Make some output more quiet]' \ '(--formula)--require-sha[Require all casks to have a checksum]' \ @@ -1594,7 +1594,7 @@ _brew_reinstall() { '--no-binaries[Disable/enable linking of helper executables (default: enabled)]' \ '--no-quarantine[Disable/enable quarantining of downloads (default: enabled)]' \ '(--formula)--prefpanedir[Target location for Preference Panes (default: `~/Library/PreferencePanes`)]' \ - '(--formula)--qlplugindir[Target location for QuickLook Plugins (default: `~/Library/QuickLook`)]' \ + '(--formula)--qlplugindir[Target location for Quick Look Plugins (default: `~/Library/QuickLook`)]' \ '(--formula)--quarantine[Disable/enable quarantining of downloads (default: enabled)]' \ '--quiet[Make some output more quiet]' \ '(--formula)--require-sha[Require all casks to have a checksum]' \ @@ -2069,7 +2069,7 @@ _brew_upgrade() { '--no-binaries[Disable/enable linking of helper executables (default: enabled)]' \ '--no-quarantine[Disable/enable quarantining of downloads (default: enabled)]' \ '(--formula)--prefpanedir[Target location for Preference Panes (default: `~/Library/PreferencePanes`)]' \ - '(--formula)--qlplugindir[Target location for QuickLook Plugins (default: `~/Library/QuickLook`)]' \ + '(--formula)--qlplugindir[Target location for Quick Look Plugins (default: `~/Library/QuickLook`)]' \ '(--formula)--quarantine[Disable/enable quarantining of downloads (default: enabled)]' \ '--quiet[Make some output more quiet]' \ '(--formula)--require-sha[Require all casks to have a checksum]' \ diff --git a/docs/Manpage.md b/docs/Manpage.md index 1fae8d5818..c48d8b1b0c 100644 --- a/docs/Manpage.md +++ b/docs/Manpage.md @@ -1719,7 +1719,7 @@ These options are applicable to the `install`, `reinstall`, and `upgrade` subcom Target location for Preference Panes (default: `~/Library/PreferencePanes`). * `--qlplugindir`: - Target location for QuickLook Plugins (default: `~/Library/QuickLook`). + Target location for Quick Look Plugins (default: `~/Library/QuickLook`). * `--mdimporterdir`: Target location for Spotlight Plugins (default: `~/Library/Spotlight`). diff --git a/manpages/brew.1 b/manpages/brew.1 index 95c10c377f..7937265c6c 100644 --- a/manpages/brew.1 +++ b/manpages/brew.1 @@ -2454,7 +2454,7 @@ Target location for Preference Panes (default: \fB~/Library/PreferencePanes\fR)\ . .TP \fB\-\-qlplugindir\fR -Target location for QuickLook Plugins (default: \fB~/Library/QuickLook\fR)\. +Target location for Quick Look Plugins (default: \fB~/Library/QuickLook\fR)\. . .TP \fB\-\-mdimporterdir\fR