From e88ceb8178492bb50f0f58d5580d78ff7d6310b6 Mon Sep 17 00:00:00 2001 From: Patrick Linnane Date: Thu, 11 Sep 2025 21:12:24 -0700 Subject: [PATCH] deprecate_disable: add `unreachable` reason Signed-off-by: Patrick Linnane --- Library/Homebrew/deprecate_disable.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Library/Homebrew/deprecate_disable.rb b/Library/Homebrew/deprecate_disable.rb index bade1c0126..82a3e980a7 100644 --- a/Library/Homebrew/deprecate_disable.rb +++ b/Library/Homebrew/deprecate_disable.rb @@ -28,6 +28,7 @@ module DeprecateDisable no_longer_meets_criteria: "no longer meets the criteria for acceptable casks", unmaintained: "is not maintained upstream", fails_gatekeeper_check: "does not pass the macOS Gatekeeper check", + unreachable: "is no longer reliably reachable upstream", # odeprecate: remove the unsigned reason in a future release unsigned: "is unsigned or does not meet signature requirements", }.freeze, T::Hash[Symbol, String])