From e141f67a903006ac1eef57923f029f47d02fd7fe Mon Sep 17 00:00:00 2001 From: Joakim Olsson Date: Tue, 14 Oct 2025 09:24:29 +0000 Subject: [PATCH] Brew cask update for unbound-schemas version v0.6.6 --- 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 bc5084c..c766cc6 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.5" + version "0.6.6" 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 "4f1119585e8ebadc56b8dcc083a49ae5cc4352c34d5595fa3528d79463b3d465" + sha256 "0278b3ba485343a2c19b97c2b08552e3d35bd53e639400cb6b03849a1c680f0e" end on_arm do url "https://gitlab.com/unboundsoftware/schemas/-/releases/v#{version}/downloads/unbound-schemas_#{version}_darwin_arm64.tar.gz" - sha256 "ba960db42fd5e3688322f023bb8b5d6ed47c4f43d926e7aa34106568ed3fa169" + sha256 "bde46e3070886e22713e796a8f9a52552ac43157e068d9725c6cd800ac2eefc2" 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 "534fc1ffec159de7e67ea76c2f669a4b64d43742a0d1a36acefafa8026ff8441" + sha256 "48537080248681594f363a86d1c5b1e2b1b4fa90c653bea9fdf5a996f9c2606d" end on_arm do url "https://gitlab.com/unboundsoftware/schemas/-/releases/v#{version}/downloads/unbound-schemas_#{version}_linux_arm64.tar.gz" - sha256 "2046afb6ef3d55cadbfde93e32460947038aceef210ccc1a044d678938511482" + sha256 "9d1de5d6155b877685837502675f1893a38d98dcf66f7a588da26fc12fe35c78" end end