deprecate_disable: add no_longer_meets_criteria deprecate/disable reason

This commit is contained in:
Bevan Kay 2024-02-27 13:37:53 +11:00
parent 7848bd3226
commit 013aba295a
No known key found for this signature in database
GPG Key ID: C55CB024B5314B57

View File

@ -23,9 +23,10 @@ module DeprecateDisable
}.freeze
CASK_DEPRECATE_DISABLE_REASONS = {
discontinued: "is discontinued upstream",
no_longer_available: "is no longer available upstream",
unmaintained: "is not maintained upstream",
discontinued: "is discontinued upstream",
no_longer_available: "is no longer available upstream",
no_longer_meets_criteria: "no longer meets the criteria for acceptable casks",
unmaintained: "is not maintained upstream",
}.freeze
def type(formula_or_cask)