Skip to content

Commit

Permalink
Merge pull request #16960 from bevanjkay/mas
Browse files Browse the repository at this point in the history
deprecate_disable: add cask deprecation reason
  • Loading branch information
MikeMcQuaid authored Mar 28, 2024
2 parents 4fa7264 + 3c0efa8 commit b63334c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Library/Homebrew/deprecate_disable.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ module DeprecateDisable

CASK_DEPRECATE_DISABLE_REASONS = {
discontinued: "is discontinued upstream",
moved_to_mas: "is now exclusively distributed on the Mac App Store",
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",
Expand Down

0 comments on commit b63334c

Please sign in to comment.