gpg-suite-no-mail: update `conflicts_with` (#141525)

Update gpg-suite-no-mail.rb
This commit is contained in:
Miccal Matthews 2023-02-20 00:12:29 +08:00 committed by GitHub
parent 7a0197dcc8
commit a6a2d2207d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -12,10 +12,10 @@ cask "gpg-suite-no-mail" do
end
auto_updates true
conflicts_with cask: %w[
gpg-suite
gpg-suite-pinentry
homebrew/cask-versions/gpg-suite-nightly
conflicts_with cask: [
"gpg-suite",
"gpg-suite-pinentry",
"homebrew/cask-versions/gpg-suite-nightly",
], formula: "gpg"
depends_on macos: ">= :mojave"