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.7"
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 "3ae57024e073c00282af24921b6b83dabc55844403f5026a9c0e4e20c58a49e9"
end
on_arm do
url "https://gitea.unbound.se/unboundsoftware/schemas/releases/download/v#{version}/unbound-schemas_#{version}_darwin_arm64.tar.gz"
sha256 "60f4033c6a00f37480dc88f4f338fe0ef4270566edab77a0fc261d0db52114d8"
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 "36627bea254067ef3a550bf13391fe77267fd26fada65bf67156494e4d77b72f"
end
on_arm do
url "https://gitea.unbound.se/unboundsoftware/schemas/releases/download/v#{version}/unbound-schemas_#{version}_linux_arm64.tar.gz"
sha256 "ff2c5decdee7cd1d2a2d091bcfef8b86f72b1b2798dc77943daed828b93a5c4f"
end
end
# No zap stanza required
end