Skip to content

Commit

Permalink
Merge pull request #12437 from iMichka/mismatch
Browse files Browse the repository at this point in the history
disable: allow to disable due to checksum mismatch
  • Loading branch information
MikeMcQuaid authored Nov 16, 2021
2 parents ee02773 + 1ce7f1f commit b0360de
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Library/Homebrew/deprecate_disable.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ module DeprecateDisable
unsupported: "is not supported upstream",
deprecated_upstream: "is deprecated upstream",
versioned_formula: "is a versioned formula",
checksum_mismatch: "was built with an initially released source file that had "\
"a different checksum than the current one. " \
"Upstream's repository might have been compromised. " \
"We can re-package this once upstream has confirmed that they retagged their release",
}.freeze

def deprecate_disable_info(formula)
Expand Down

0 comments on commit b0360de

Please sign in to comment.