-
-
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
rocksdb 4.5.1 #621
rocksdb 4.5.1 #621
Conversation
Test failure:
This means that Looks like this breakage actually happened in the previous |
@apjanke let me know if anything else needs doing |
@@ -8,7 +8,7 @@ class Osquery < Formula | |||
|
|||
bottle do | |||
cellar :any | |||
revision 1 | |||
revision 2 |
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.
The bottle revision is different from the formula revision; the latter goes outside the bottle block just below the sha256
. But it seems like it's not necessary here since the build is passing as-is.
You're good to go. Merged. Thank you for your contribution to Homebrew! For future reference, normally we bump the revision of the formula itself, not the bottle revision. Unlikely to matter here since |
@apjanke Thanks! The documentation was a little confusing on that part so I went with what I thought would work based on some old PR's with revision bumps. |
brew install <formula>
(where<formula>
is the name of the formula you're submitting)?brew audit --strict --online <formula>
(after doingbrew install <formula>
)?Description
Bump rocksdb stable version from 4.4.1 to 4.5.1