deprecate_disable: add cask deprecate/disable reasons

This commit is contained in:
Bevan Kay 2024-02-25 19:58:35 +11:00
parent e9cb65bfba
commit 80d4488bbf
No known key found for this signature in database
GPG Key ID: C55CB024B5314B57

View File

@ -24,6 +24,8 @@ module DeprecateDisable
CASK_DEPRECATE_DISABLE_REASONS = {
discontinued: "is discontinued upstream",
no_longer_available: "is no longer available upstream",
unmaintained: "is not maintained upstream",
}.freeze
def type(formula_or_cask)