From 81b2377b126b803d7ccac4dfb2c4e180d4858fef Mon Sep 17 00:00:00 2001 From: Justin Krehel <39449589+krehel@users.noreply.github.com> Date: Tue, 2 Apr 2024 11:27:02 -0400 Subject: [PATCH] deprecate_disable: add unsigned reason --- 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 8140139458..fcd8081954 100644 --- a/Library/Homebrew/deprecate_disable.rb +++ b/Library/Homebrew/deprecate_disable.rb @@ -28,6 +28,7 @@ module DeprecateDisable 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", + unsigned: "is unsigned or does not meet signature requirements", }.freeze def type(formula_or_cask)