Skip to content

Commit 1019f9e

Browse files
authored
Merge pull request #20673 from Homebrew/add-unreachable-cask-reason
deprecate_disable: add `unreachable` reason
2 parents 2d8ba1e + e88ceb8 commit 1019f9e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Library/Homebrew/deprecate_disable.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ module DeprecateDisable
2828
no_longer_meets_criteria: "no longer meets the criteria for acceptable casks",
2929
unmaintained: "is not maintained upstream",
3030
fails_gatekeeper_check: "does not pass the macOS Gatekeeper check",
31+
unreachable: "is no longer reliably reachable upstream",
3132
# odeprecate: remove the unsigned reason in a future release
3233
unsigned: "is unsigned or does not meet signature requirements",
3334
}.freeze, T::Hash[Symbol, String])

0 commit comments

Comments
 (0)