2022-10-09 15:23:52 +02:00
|
|
|
project_name: unbound-schemas
|
2024-09-14 10:57:11 +02:00
|
|
|
version: 2
|
2022-10-09 15:23:52 +02:00
|
|
|
|
|
|
|
|
env:
|
|
|
|
|
- CGO_ENABLED=0
|
|
|
|
|
|
|
|
|
|
builds:
|
|
|
|
|
- id: schemactl
|
|
|
|
|
main: ./cmd/schemactl/schemactl.go
|
|
|
|
|
binary: schemactl
|
|
|
|
|
goos:
|
|
|
|
|
- linux
|
|
|
|
|
- darwin
|
|
|
|
|
- windows
|
|
|
|
|
goarch:
|
|
|
|
|
- amd64
|
|
|
|
|
- arm64
|
|
|
|
|
|
2025-06-09 01:53:53 +00:00
|
|
|
homebrew_casks:
|
2022-10-09 15:23:52 +02:00
|
|
|
- name: unbound-schemas
|
2024-04-03 19:57:35 +02:00
|
|
|
repository:
|
2022-10-09 15:23:52 +02:00
|
|
|
owner: unboundsoftware
|
|
|
|
|
name: homebrew-taps
|
2025-06-09 08:22:34 +02:00
|
|
|
binary: schemactl
|
2025-06-09 01:53:53 +00:00
|
|
|
directory: Casks
|
2022-10-09 15:23:52 +02:00
|
|
|
commit_author:
|
|
|
|
|
name: "Joakim Olsson"
|
|
|
|
|
email: joakim@unbound.se
|
|
|
|
|
homepage: "https://schemas.unbound.se/"
|
2025-06-09 01:53:53 +00:00
|
|
|
hooks:
|
|
|
|
|
post:
|
|
|
|
|
install: |
|
|
|
|
|
# replace foo with the actual binary name
|
|
|
|
|
system_command "/usr/bin/xattr", args: ["-dr", "com.apple.quarantine", "#{staged_path}/schemactl"]
|
2022-10-09 15:23:52 +02:00
|
|
|
|
|
|
|
|
archives:
|
|
|
|
|
- id: unbound-schemas
|
|
|
|
|
|
|
|
|
|
checksum:
|
|
|
|
|
name_template: 'checksums.txt'
|
|
|
|
|
|
|
|
|
|
snapshot:
|
2024-09-14 10:57:11 +02:00
|
|
|
version_template: "{{ .Tag }}-next"
|
2022-10-09 15:23:52 +02:00
|
|
|
|
|
|
|
|
changelog:
|
|
|
|
|
sort: asc
|
|
|
|
|
filters:
|
|
|
|
|
exclude:
|
|
|
|
|
- '^Merge'
|
|
|
|
|
- '^docs:'
|
|
|
|
|
- '^test:'
|