-
-
Notifications
You must be signed in to change notification settings - Fork 12.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
duti: add support for macOS 10.15, 10.16, 11.0 #57945
Conversation
Formula/duti.rb
Outdated
@@ -21,6 +21,12 @@ class Duti < Formula | |||
sha256 "0f6013b156b79aa498881f951172bcd1ceac53807c061f95c5252a8d6df2a21a" | |||
end | |||
|
|||
# Fix compilation on macOS >= 10.15 | |||
patch do | |||
url "https://github.com/moretension/duti/pull/43.patch?full_index=1" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
url "https://github.com/moretension/duti/pull/43.patch?full_index=1" | |
url "https://github.com/moretension/duti/commit/4a1f54faf29af4f125134aef3a47cfe05c7755ff.patch?full_index=1" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like this got accidentally reverted in the latest force push
Related upstream PR: moretension/duti#43 |
This needs a revision bump |
@SMillerDev Done. |
🤖 A scheduled task has triggered a merge. |
brew install --build-from-source <formula>
, where<formula>
is the name of the formula you're submitting?brew test <formula>
, where<formula>
is the name of the formula you're submitting?brew audit --strict <formula>
(after doingbrew install <formula>
)?This adds a patch to support macOS 10.15, 10.16 (both x86_64) and 11.0 (x86_64 and arm64).