# This file was generated by GoReleaser. DO NOT EDIT. cask "unbound-schemas" do name "unbound-schemas" desc "" homepage "https://schemas.unbound.se/" version "0.8.0" livecheck do skip "Auto-generated on release." end binary "schemactl" on_macos do on_intel do url "https://gitlab.com/unboundsoftware/schemas/-/releases/v#{version}/downloads/unbound-schemas_#{version}_darwin_amd64.tar.gz" sha256 "c54ddeddb4f5292c232c87e99d6945ddd212f42f704779334f46151b85ddd4c8" end on_arm do url "https://gitlab.com/unboundsoftware/schemas/-/releases/v#{version}/downloads/unbound-schemas_#{version}_darwin_arm64.tar.gz" sha256 "01b249f9ba67476316e88932b62e25abd7cdc59f1836bf055be16739b6d88187" end end on_linux do on_intel do url "https://gitlab.com/unboundsoftware/schemas/-/releases/v#{version}/downloads/unbound-schemas_#{version}_linux_amd64.tar.gz" sha256 "b90a2f2c5a2282e20ac4506c2c1ca62ac1441e45833170a43ff658bc3562f65f" end on_arm do url "https://gitlab.com/unboundsoftware/schemas/-/releases/v#{version}/downloads/unbound-schemas_#{version}_linux_arm64.tar.gz" sha256 "39b7d1cc294e6273e7c4bb515142d0e6a35884197fbaab20020019e35b1bc0d5" end end 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