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.2"
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 "9ddaaf6b0b7890c2a1436cb0dc5d1f7b7e2f4a801521ae8a8ef95b80f027c508"
end
on_arm do
url "https://gitea.unbound.se/unboundsoftware/schemas/releases/download/v#{version}/unbound-schemas_#{version}_darwin_arm64.tar.gz"
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 "e0db774f0a69ad78b77107ce95aeb1a0c73b847806901e3e353f9bc2c7325b0d"
end
on_arm do
url "https://gitea.unbound.se/unboundsoftware/schemas/releases/download/v#{version}/unbound-schemas_#{version}_linux_arm64.tar.gz"
sha256 "32b06958cd0581ca2ff854c48791e0f562e8cd8ab746d45f2ed208379766e355"
end
end
# No zap stanza required
end