Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
73eae98929
|
+4
-9
@@ -1,6 +1,10 @@
|
|||||||
project_name: unbound-schemas
|
project_name: unbound-schemas
|
||||||
version: 2
|
version: 2
|
||||||
|
|
||||||
|
gitea_urls:
|
||||||
|
api: http://gitea-http.gitea.svc.cluster.local:3000/api/v1
|
||||||
|
download: https://gitea.unbound.se
|
||||||
|
|
||||||
env:
|
env:
|
||||||
- CGO_ENABLED=0
|
- CGO_ENABLED=0
|
||||||
|
|
||||||
@@ -21,21 +25,12 @@ homebrew_casks:
|
|||||||
repository:
|
repository:
|
||||||
owner: unboundsoftware
|
owner: unboundsoftware
|
||||||
name: homebrew-taps
|
name: homebrew-taps
|
||||||
git:
|
|
||||||
url: 'http://gitea-http.gitea.svc.cluster.local:3000/unboundsoftware/homebrew-taps.git'
|
|
||||||
token: '{{ .Env.GITEA_TOKEN }}'
|
|
||||||
binaries: [schemactl]
|
binaries: [schemactl]
|
||||||
directory: Casks
|
directory: Casks
|
||||||
commit_author:
|
commit_author:
|
||||||
name: "Joakim Olsson"
|
name: "Joakim Olsson"
|
||||||
email: joakim@unbound.se
|
email: joakim@unbound.se
|
||||||
homepage: "https://schemas.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:
|
archives:
|
||||||
- id: unbound-schemas
|
- id: unbound-schemas
|
||||||
|
|||||||
Reference in New Issue
Block a user