From f0df148872856c4195aec72c7645e199c7e5e9ce Mon Sep 17 00:00:00 2001 From: Souma <101255979+5ouma@users.noreply.github.com> Date: Sat, 6 Jan 2024 16:34:22 +0900 Subject: [PATCH] fix(sha356): Update it of MacUpdater v3.2.6 Because the dmg file has probably changed with no version update. --- Casks/m/macupdater.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Casks/m/macupdater.rb b/Casks/m/macupdater.rb index e789f3b3a0..2c1c3a44b4 100644 --- a/Casks/m/macupdater.rb +++ b/Casks/m/macupdater.rb @@ -7,7 +7,7 @@ cask "macupdater" do end on_ventura :or_newer do version "3.2.6" - sha256 "638ed5ad2ce480ae94b1d59c8a5bdf6f3bd0bf78792e1f95ed5fe26f6c5426c9" + sha256 "6dbd6f5bda8a0eb56b0b47a3037233fa9fc2197cb0dfbacd62c886171b1c0cea" depends_on macos: ">= :ventura" end