Skip to content

Commit 3befea3

Browse files
committed
sync
1 parent ad734da commit 3befea3

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

.goreleaser.yml

+10-5
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,18 @@ checksum:
3131
snapshot:
3232
name_template: "0.0.0-{{ .Timestamp }}"
3333
aurs:
34-
- homepage: "https://github.com/opencode-ai/opencode"
34+
- name: opencode
35+
homepage: "https://github.com/opencode-ai/opencode"
3536
description: "Deploy anything"
36-
private_key: "{{ .Env.AUR_KEY }}"
37-
git_url: "ssh://[email protected]/opencode.git"
37+
maintainers:
38+
- "opencode <noreply@opencode.ai>"
3839
license: "MIT"
39-
name: opencode
40-
package_name: opencode
40+
private_key: "{{ .Env.AUR_KEY }}"
41+
git_url: "ssh://[email protected]/opencode-bin.git"
42+
provides:
43+
- opencode
44+
conflicts:
45+
- opencode
4146
package: |-
4247
install -Dm755 ./opencode "${pkgdir}/usr/bin/opencode"
4348
# brews:

0 commit comments

Comments
 (0)