Update macdeploycheck formula with new SHA-256 checksum for improved integrity verification
This commit is contained in:
@@ -5,7 +5,7 @@ class Macdeploycheck < Formula
|
|||||||
# Homebrew requires a URL stanza. Use the script shipped in this tap (file://),
|
# Homebrew requires a URL stanza. Use the script shipped in this tap (file://),
|
||||||
# so installs always match the tapped revision.
|
# so installs always match the tapped revision.
|
||||||
url "file://#{File.expand_path("../dist/macos/macdeploycheck.sh", __dir__)}"
|
url "file://#{File.expand_path("../dist/macos/macdeploycheck.sh", __dir__)}"
|
||||||
sha256 :no_check
|
sha256 "07d361dcecf98af44fa076cc4253af907e23dee273c198a60128dae41b98432d"
|
||||||
license "MIT"
|
license "MIT"
|
||||||
|
|
||||||
depends_on :macos
|
depends_on :macos
|
||||||
|
|||||||
Reference in New Issue
Block a user