From 2acd94a04a11895c86caa8ffd691698374b13698 Mon Sep 17 00:00:00 2001 From: David Helkowski Date: Fri, 23 Jan 2026 00:18:57 +0900 Subject: [PATCH] Update macdeploycheck formula with new SHA-256 checksum for improved integrity verification --- Formula/macdeploycheck.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/macdeploycheck.rb b/Formula/macdeploycheck.rb index 174f9a93f..95507f643 100644 --- a/Formula/macdeploycheck.rb +++ b/Formula/macdeploycheck.rb @@ -5,7 +5,7 @@ class Macdeploycheck < Formula # Homebrew requires a URL stanza. Use the script shipped in this tap (file://), # so installs always match the tapped revision. url "file://#{File.expand_path("../dist/macos/macdeploycheck.sh", __dir__)}" - sha256 :no_check + sha256 "07d361dcecf98af44fa076cc4253af907e23dee273c198a60128dae41b98432d" license "MIT" depends_on :macos