Merge pull request #12437 from iMichka/mismatch
disable: allow to disable due to checksum mismatch
This commit is contained in:
commit
b0360de569
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user