From 00bf5591e09f19a2c56d979c4de1145d78a15fb9 Mon Sep 17 00:00:00 2001 From: Branton Boehm Date: Sun, 8 Oct 2023 08:26:04 -0700 Subject: [PATCH] sf-symbols: fix sha256 hash Apple removed the beta label with an update to v5 of this cask, which changed the sha256. --- Casks/s/sf-symbols.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Casks/s/sf-symbols.rb b/Casks/s/sf-symbols.rb index 0fe3aabca3..f67be333e5 100644 --- a/Casks/s/sf-symbols.rb +++ b/Casks/s/sf-symbols.rb @@ -11,7 +11,7 @@ cask "sf-symbols" do end on_monterey :or_newer do version "5" - sha256 "5979e68066a8227d08152c38e7bc2f2ed00a2e74c19792ff46ae733023e28e75" + sha256 "e9db5caf0458d6a107aae64f6f09c4a360a672e34df59905a3cae7ffc4be72d3" url "https://devimages-cdn.apple.com/design/resources/download/SF-Symbols-#{version}.dmg"