Skip to content

Commit b8afeba

Browse files
committed
Fix Homebrew taps #12
1 parent 0fcef59 commit b8afeba

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/homebrew/mailgpg-nodeps.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
homepage "https://github.com/mahaupt/mailgpg"
1313

1414
# Minimum macOS version
15-
depends_on macos: ">= :sonoma"
15+
depends_on macos: :sonoma
1616

1717
app "MailGPG.app"
1818

.github/homebrew/mailgpg.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
homepage "https://github.com/mahaupt/mailgpg"
1313

1414
# Minimum macOS version
15-
depends_on macos: ">= :sonoma"
15+
depends_on macos: :sonoma
1616

1717
# GPG binary and GUI-compatible pinentry are required for all operations
1818
depends_on formula: "gnupg"

0 commit comments

Comments
 (0)