-
-
Notifications
You must be signed in to change notification settings - Fork 12.4k
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
doggo 0.5.6 #137301
doggo 0.5.6 #137301
Conversation
Related: * Patch from mr-karan/doggo#72 * Similar to previous patch from mr-karan/doggo#66 * Previous patch: https://github.com/Homebrew/homebrew-core/pull/122082/files#diff-5e4e01e1a59558e5fd034f3447ae40c220cd6bba96d0584ac1cd5038370ee77f
Formula/doggo.rb
Outdated
url "https://github.com/mr-karan/doggo/archive/refs/tags/v0.5.6.tar.gz" | ||
sha256 "1965f4c909991bc38b65784ccbc03f4760214bca34f1bb984999f1fc8714ff96" |
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.
Since we no longer need the patches you can move these two lines to just below the homepage
line above. You can then delete the stable
block (since it will be empty).
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.
Tnx, done in f0f5395
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.
Thanks!
🤖 An automated task has requested creation of a replacement PR. |
* doggo 0.5.5 (buldable with Go 1.20 and 1.21) Related: * Patch from mr-karan/doggo#72 * Similar to previous patch from mr-karan/doggo#66 * Previous patch: https://github.com/Homebrew/homebrew-core/pull/122082/files#diff-5e4e01e1a59558e5fd034f3447ae40c220cd6bba96d0584ac1cd5038370ee77f * Bump to 0.5.6 * Removed the stable do block Closes #137301. Signed-off-by: BrewTestBot <[email protected]>
✅ Replacement PR created at #137303. |
@carlocab what is the reason for replacement PRs? |
Replacement for #137301
Bump to https://github.com/mr-karan/doggo/releases/tag/v0.5.6
Related:
Similar to previous patch from bump sdk to 1.20, bump deps mr-karan/doggo#66brew 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 --build-from-source <formula>
)? If this is a new formula, does it passbrew audit --new <formula>
?