# This file was generated by GoReleaser. DO NOT EDIT. cask "unbound-schemas" do name "unbound-schemas" desc "" homepage "https://schemas.unbound.se/" version "0.9.1" livecheck do skip "Auto-generated on release." end binary "schemactl" 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" end on_arm do url "https://gitea.unbound.se/unboundsoftware/schemas/releases/download/v#{version}/unbound-schemas_#{version}_darwin_arm64.tar.gz" sha256 "c76c8416e0b9ab3e841f2d4ab5a89465461940cf57fc2eecefccc858e434d076" 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" end on_arm do url "https://gitea.unbound.se/unboundsoftware/schemas/releases/download/v#{version}/unbound-schemas_#{version}_linux_arm64.tar.gz" sha256 "5e123a7c5395d5f2ec4bc3b67fc234777fac956a12231d1d15769e9b959d51fd" end end # No zap stanza required end