Files
homebrew-taps/Casks/unbound-schemas.rb
T

38 lines
1.3 KiB
Ruby

# 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.5"
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 "615e59ecc8b1cf2aaae9afc92fc0f4c2a4408e1d7f53db6db13df0e31195fd89"
end
on_arm do
url "https://gitea.unbound.se/unboundsoftware/schemas/releases/download/v#{version}/unbound-schemas_#{version}_darwin_arm64.tar.gz"
sha256 "77cb8b8a10bfd219a0c5e225f384178fedf53d505b8397ea038c4ebad8e7d4d2"
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 "18bd37748f28b35e3bcc87bb419357bd5d50cf5e678dc9683bbf85ff12c23fe0"
end
on_arm do
url "https://gitea.unbound.se/unboundsoftware/schemas/releases/download/v#{version}/unbound-schemas_#{version}_linux_arm64.tar.gz"
sha256 "3fca8179c400f4a41e8b1682f94e0dd934b5e1bc1189322c8ce5b4f9ed19b009"
end
end
# No zap stanza required
end