Brew cask update for unbound-schemas version v0.9.2

This commit is contained in:
2026-02-13 09:37:57 +00:00
parent f7bb01c5e4
commit 2cf3047e1f
+5 -5
View File
@@ -3,7 +3,7 @@ cask "unbound-schemas" do
name "unbound-schemas"
desc ""
homepage "https://schemas.unbound.se/"
version "0.9.1"
version "0.9.2"
livecheck do
skip "Auto-generated on release."
@@ -14,22 +14,22 @@ cask "unbound-schemas" do
on_macos do
on_intel do
url "https://gitea.unbound.se/unboundsoftware/schemas/releases/download/v#{version}/unbound-schemas_#{version}_darwin_amd64.tar.gz"
sha256 "2a3e5cfcfa8d003f88008f918dee2c5e2bd3aa1bf15edf4f29670a7bf0a22d53"
sha256 "9ddaaf6b0b7890c2a1436cb0dc5d1f7b7e2f4a801521ae8a8ef95b80f027c508"
end
on_arm do
url "https://gitea.unbound.se/unboundsoftware/schemas/releases/download/v#{version}/unbound-schemas_#{version}_darwin_arm64.tar.gz"
sha256 "c76c8416e0b9ab3e841f2d4ab5a89465461940cf57fc2eecefccc858e434d076"
sha256 "e2adca29d1b75b07ac325f6c766cf85c6950293ee9f2d1c67cc3dbf13fa10ecd"
end
end
on_linux do
on_intel do
url "https://gitea.unbound.se/unboundsoftware/schemas/releases/download/v#{version}/unbound-schemas_#{version}_linux_amd64.tar.gz"
sha256 "2fbbda9ec4868f2d48ae780840c0c4b62fba59cb174aec6681727b2d684a4317"
sha256 "e0db774f0a69ad78b77107ce95aeb1a0c73b847806901e3e353f9bc2c7325b0d"
end
on_arm do
url "https://gitea.unbound.se/unboundsoftware/schemas/releases/download/v#{version}/unbound-schemas_#{version}_linux_arm64.tar.gz"
sha256 "5e123a7c5395d5f2ec4bc3b67fc234777fac956a12231d1d15769e9b959d51fd"
sha256 "32b06958cd0581ca2ff854c48791e0f562e8cd8ab746d45f2ed208379766e355"
end
end