From 160e9d44dd971ee344a9097581c0a035bf04d9a6 Mon Sep 17 00:00:00 2001 From: Bevan Kay Date: Wed, 3 Apr 2024 08:15:05 +1100 Subject: [PATCH] Revert "cask/audit: always enable codesign audit for casks" --- Library/Homebrew/cask/audit.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/cask/audit.rb b/Library/Homebrew/cask/audit.rb index e5a225d37a..f2805902ef 100644 --- a/Library/Homebrew/cask/audit.rb +++ b/Library/Homebrew/cask/audit.rb @@ -492,7 +492,7 @@ module Cask next if result.success? - add_error <<~EOS, location: cask.url.location + add_error <<~EOS, location: cask.url.location, strict_only: true Signature verification failed: #{result.merged_output} macOS on ARM requires software to be signed.