Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
73eae98929
|
+4
-9
@@ -1,6 +1,10 @@
|
||||
project_name: unbound-schemas
|
||||
version: 2
|
||||
|
||||
gitea_urls:
|
||||
api: http://gitea-http.gitea.svc.cluster.local:3000/api/v1
|
||||
download: https://gitea.unbound.se
|
||||
|
||||
env:
|
||||
- CGO_ENABLED=0
|
||||
|
||||
@@ -21,21 +25,12 @@ homebrew_casks:
|
||||
repository:
|
||||
owner: unboundsoftware
|
||||
name: homebrew-taps
|
||||
git:
|
||||
url: 'http://gitea-http.gitea.svc.cluster.local:3000/unboundsoftware/homebrew-taps.git'
|
||||
token: '{{ .Env.GITEA_TOKEN }}'
|
||||
binaries: [schemactl]
|
||||
directory: Casks
|
||||
commit_author:
|
||||
name: "Joakim Olsson"
|
||||
email: joakim@unbound.se
|
||||
homepage: "https://schemas.unbound.se/"
|
||||
hooks:
|
||||
post:
|
||||
install: |
|
||||
# replace foo with the actual binary name
|
||||
system_command "/usr/bin/xattr", args: ["-dr", "com.apple.quarantine", "#{staged_path}/schemactl"]
|
||||
url_template: "https://git.unbound.se/unboundsoftware/schemas/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
|
||||
|
||||
archives:
|
||||
- id: unbound-schemas
|
||||
|
||||
Reference in New Issue
Block a user