-
-
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
movgrab: upstream Linux fix #76480
movgrab: upstream Linux fix #76480
Conversation
I think we should bump the revision here as we are moving from brewed |
any way we could improve the test here? I doubt the current one would fail with these (or any) changes |
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
@@ -14,7 +14,11 @@ class Movgrab < Formula | |||
sha256 cellar: :any, high_sierra: "7702b7817fc398f4901014bd6162578294da414a18b1ae4e5f10ef8cf05a678c" | |||
end | |||
|
|||
depends_on "libressl" |
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.
I think we want to keep this. This was added in #49738, and the referenced issue (ColumPaget/Movgrab#3) is still open.
Good chance that this just disables SSL support entirely. We can probably just drop the revision
bump too.
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.
I'm going to close this and align the Linux formula instead.
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>
)?