46 lines
1.4 KiB
Ruby
46 lines
1.4 KiB
Ruby
# This file was generated by GoReleaser. DO NOT EDIT.
|
|
cask "unbound-schemas" do
|
|
desc ""
|
|
homepage "https://schemas.unbound.se/"
|
|
version "0.5.3"
|
|
|
|
livecheck do
|
|
skip "Auto-generated on release."
|
|
end
|
|
|
|
binary "schemactl"
|
|
|
|
on_macos do
|
|
on_intel do
|
|
url "https://gitlab.com/unboundsoftware/schemas/-/releases/v0.5.3/downloads/unbound-schemas_0.5.3_darwin_amd64.tar.gz"
|
|
sha256 "e4991b4b089cfa1c0189f0f6eb33fc2a6558dc7220f595171ea29c916882a26a"
|
|
end
|
|
on_arm do
|
|
url "https://gitlab.com/unboundsoftware/schemas/-/releases/v0.5.3/downloads/unbound-schemas_0.5.3_darwin_arm64.tar.gz"
|
|
sha256 "c2d74235952f1736383e09671367167102a39a4d9cc288649a3cdb96018b0d98"
|
|
end
|
|
end
|
|
|
|
on_linux do
|
|
on_intel do
|
|
url "https://gitlab.com/unboundsoftware/schemas/-/releases/v0.5.3/downloads/unbound-schemas_0.5.3_linux_amd64.tar.gz"
|
|
sha256 "fa439af05c57c26c89b131868b38a0ac57a59dee5785e8bffc3dfc40d0eb068c"
|
|
end
|
|
on_arm do
|
|
url "https://gitlab.com/unboundsoftware/schemas/-/releases/v0.5.3/downloads/unbound-schemas_0.5.3_linux_arm64.tar.gz"
|
|
sha256 "95819fcb372ccc756f64e07b70e09a2e28090079c05654299206ce101779d199"
|
|
end
|
|
end
|
|
|
|
conflicts_with formula: [
|
|
"unbound-schemas",
|
|
]
|
|
|
|
postflight do
|
|
# replace foo with the actual binary name
|
|
system_command "/usr/bin/xattr", args: ["-dr", "com.apple.quarantine", "#{staged_path}/schemactl"]
|
|
end
|
|
|
|
# No zap stanza required
|
|
end
|