2025-06-09 06:03:36 +00:00
|
|
|
# This file was generated by GoReleaser. DO NOT EDIT.
|
|
|
|
|
cask "unbound-schemas" do
|
2025-09-11 09:26:47 +00:00
|
|
|
name "unbound-schemas"
|
2025-06-09 06:03:36 +00:00
|
|
|
desc ""
|
|
|
|
|
homepage "https://schemas.unbound.se/"
|
2026-03-29 10:01:21 +00:00
|
|
|
version "0.9.6"
|
2025-06-09 06:03:36 +00:00
|
|
|
|
|
|
|
|
livecheck do
|
|
|
|
|
skip "Auto-generated on release."
|
|
|
|
|
end
|
|
|
|
|
|
2025-06-09 07:32:03 +00:00
|
|
|
binary "schemactl"
|
2025-06-09 06:03:36 +00:00
|
|
|
|
|
|
|
|
on_macos do
|
|
|
|
|
on_intel do
|
2026-01-18 08:12:09 +00:00
|
|
|
url "https://gitea.unbound.se/unboundsoftware/schemas/releases/download/v#{version}/unbound-schemas_#{version}_darwin_amd64.tar.gz"
|
2026-03-29 10:01:21 +00:00
|
|
|
sha256 "94fbeb2f38afb3af229f15ebaf9ac77f4551ef08055e905f9d186789bacce8f2"
|
2025-06-09 06:03:36 +00:00
|
|
|
end
|
|
|
|
|
on_arm do
|
2026-01-18 08:12:09 +00:00
|
|
|
url "https://gitea.unbound.se/unboundsoftware/schemas/releases/download/v#{version}/unbound-schemas_#{version}_darwin_arm64.tar.gz"
|
2026-03-29 10:01:21 +00:00
|
|
|
sha256 "564ec02e1042ad0b88e69750c9cfb8cf695942629e29b3bf49d55d86040907d6"
|
2025-06-09 06:03:36 +00:00
|
|
|
end
|
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
on_linux do
|
|
|
|
|
on_intel do
|
2026-01-18 08:12:09 +00:00
|
|
|
url "https://gitea.unbound.se/unboundsoftware/schemas/releases/download/v#{version}/unbound-schemas_#{version}_linux_amd64.tar.gz"
|
2026-03-29 10:01:21 +00:00
|
|
|
sha256 "69788a9a02c3fbca1d741ffa3f832c7291eccdc78be318ced0271f4de0b62cf3"
|
2025-06-09 06:03:36 +00:00
|
|
|
end
|
|
|
|
|
on_arm do
|
2026-01-18 08:12:09 +00:00
|
|
|
url "https://gitea.unbound.se/unboundsoftware/schemas/releases/download/v#{version}/unbound-schemas_#{version}_linux_arm64.tar.gz"
|
2026-03-29 10:01:21 +00:00
|
|
|
sha256 "ad7abfa2492426170069efbe30bd3cd442b7eb1951193c88fe506aa528bb1698"
|
2025-06-09 06:03:36 +00:00
|
|
|
end
|
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
# No zap stanza required
|
|
|
|
|
end
|