From 788d91826625db3cd09c0e5fcd561f38923709e6 Mon Sep 17 00:00:00 2001 From: Joakim Olsson Date: Thu, 11 Sep 2025 10:55:13 +0000 Subject: [PATCH] Brew cask update for unbound-schemas version v0.6.4 --- Casks/unbound-schemas.rb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Casks/unbound-schemas.rb b/Casks/unbound-schemas.rb index c0ad08b..8d578e8 100644 --- a/Casks/unbound-schemas.rb +++ b/Casks/unbound-schemas.rb @@ -3,7 +3,7 @@ cask "unbound-schemas" do name "unbound-schemas" desc "" homepage "https://schemas.unbound.se/" - version "0.6.3" + version "0.6.4" livecheck do skip "Auto-generated on release." @@ -14,22 +14,22 @@ cask "unbound-schemas" do on_macos do on_intel do url "https://gitlab.com/unboundsoftware/schemas/-/releases/v#{version}/downloads/unbound-schemas_#{version}_darwin_amd64.tar.gz" - sha256 "f9d59e028ed45aca414e54cff1bd07931b2a0eea487051ab2f52c9202756649b" + sha256 "eb9f04aad3aa5f97b3a506ae4871779160185bc062713cdf1e1568dd8bb97ed2" end on_arm do url "https://gitlab.com/unboundsoftware/schemas/-/releases/v#{version}/downloads/unbound-schemas_#{version}_darwin_arm64.tar.gz" - sha256 "a451875ea7d7004625bc7bfff998c304b0e93fea6e64647f55cad69b01f82b72" + sha256 "51e6ec79a9426b4bb26150d872d6188210a41c80619c6f4c3f2680797dcb264e" end end on_linux do on_intel do url "https://gitlab.com/unboundsoftware/schemas/-/releases/v#{version}/downloads/unbound-schemas_#{version}_linux_amd64.tar.gz" - sha256 "628a597f44cd30ce981d78e2cd57fe0ba66bed70c613a8a35759db001dc5f3f0" + sha256 "41925f8568c072a4dd198bf806eb1bac51e83bae2a8f9d0eb7d2a54e04f939f5" end on_arm do url "https://gitlab.com/unboundsoftware/schemas/-/releases/v#{version}/downloads/unbound-schemas_#{version}_linux_arm64.tar.gz" - sha256 "7f76c2e55b9ddc991ab07f7d5d31a67c8be022e7bc78e22ee41b757101b52863" + sha256 "cf4371d2878da11b61f8f705f4202831ae954a22b13df219e106d888f0602d23" end end