-
-
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
cog: update checksum #158001
cog: update checksum #158001
Conversation
Signed-off-by: Rui Chen <[email protected]>
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.
Re: replicate/cog#1449 (comment)
As a maintainer of Cog, I attest that artifacts for this release were regenerated last week as part of a fix to our release process for for how filenames were generated. See replicate/cog#1465 for details.
✋🏼 That was me, another Cog maintainer. Sorry about the trouble. |
It seems v0.9.4 it was re-tagged again, similar to * Homebrew#158001 This affects * Homebrew#161976 * Homebrew#157782
HOMEBREW_NO_INSTALL_FROM_API=1 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 doingHOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source <formula>
)? If this is a new formula, does it passbrew audit --new <formula>
?seen in https://github.com/Homebrew/homebrew-core/actions/runs/7284497233/job/19850411474?pr=157782
relates to #157782