Brew cask update for unbound-schemas version v0.9.6

This commit is contained in:
2026-03-29 10:01:21 +00:00
parent 871df97196
commit a5a5b91af9
+5 -5
View File
@@ -3,7 +3,7 @@ cask "unbound-schemas" do
name "unbound-schemas" name "unbound-schemas"
desc "" desc ""
homepage "https://schemas.unbound.se/" homepage "https://schemas.unbound.se/"
version "0.9.5" version "0.9.6"
livecheck do livecheck do
skip "Auto-generated on release." skip "Auto-generated on release."
@@ -14,22 +14,22 @@ cask "unbound-schemas" do
on_macos do on_macos do
on_intel do on_intel do
url "https://gitea.unbound.se/unboundsoftware/schemas/releases/download/v#{version}/unbound-schemas_#{version}_darwin_amd64.tar.gz" url "https://gitea.unbound.se/unboundsoftware/schemas/releases/download/v#{version}/unbound-schemas_#{version}_darwin_amd64.tar.gz"
sha256 "615e59ecc8b1cf2aaae9afc92fc0f4c2a4408e1d7f53db6db13df0e31195fd89" sha256 "94fbeb2f38afb3af229f15ebaf9ac77f4551ef08055e905f9d186789bacce8f2"
end end
on_arm do on_arm do
url "https://gitea.unbound.se/unboundsoftware/schemas/releases/download/v#{version}/unbound-schemas_#{version}_darwin_arm64.tar.gz" url "https://gitea.unbound.se/unboundsoftware/schemas/releases/download/v#{version}/unbound-schemas_#{version}_darwin_arm64.tar.gz"
sha256 "77cb8b8a10bfd219a0c5e225f384178fedf53d505b8397ea038c4ebad8e7d4d2" sha256 "564ec02e1042ad0b88e69750c9cfb8cf695942629e29b3bf49d55d86040907d6"
end end
end end
on_linux do on_linux do
on_intel do on_intel do
url "https://gitea.unbound.se/unboundsoftware/schemas/releases/download/v#{version}/unbound-schemas_#{version}_linux_amd64.tar.gz" url "https://gitea.unbound.se/unboundsoftware/schemas/releases/download/v#{version}/unbound-schemas_#{version}_linux_amd64.tar.gz"
sha256 "18bd37748f28b35e3bcc87bb419357bd5d50cf5e678dc9683bbf85ff12c23fe0" sha256 "69788a9a02c3fbca1d741ffa3f832c7291eccdc78be318ced0271f4de0b62cf3"
end end
on_arm do on_arm do
url "https://gitea.unbound.se/unboundsoftware/schemas/releases/download/v#{version}/unbound-schemas_#{version}_linux_arm64.tar.gz" url "https://gitea.unbound.se/unboundsoftware/schemas/releases/download/v#{version}/unbound-schemas_#{version}_linux_arm64.tar.gz"
sha256 "3fca8179c400f4a41e8b1682f94e0dd934b5e1bc1189322c8ce5b4f9ed19b009" sha256 "ad7abfa2492426170069efbe30bd3cd442b7eb1951193c88fe506aa528bb1698"
end end
end end