Change summary
.goreleaser.yml | 30 +++++++++++++++---------------
1 file changed, 15 insertions(+), 15 deletions(-)
Detailed changes
@@ -33,21 +33,21 @@ checksum:
name_template: "checksums.txt"
snapshot:
name_template: "0.0.0-{{ .Timestamp }}"
-# aurs:
-# - name: opencode
-# homepage: "https://github.com/opencode-ai/opencode"
-# description: "terminal based agent that can build anything"
-# maintainers:
-# - "kujtimiihoxha <kujtimii.h@gmail.com>"
-# license: "MIT"
-# private_key: "{{ .Env.AUR_KEY }}"
-# git_url: "ssh://aur@aur.archlinux.org/opencode-ai.git"
-# provides:
-# - opencode
-# conflicts:
-# - opencode
-# package: |-
-# install -Dm755 ./opencode "${pkgdir}/usr/bin/opencode"
+aurs:
+ - name: opencode
+ homepage: "https://github.com/opencode-ai/opencode"
+ description: "terminal based agent that can build anything"
+ maintainers:
+ - "kujtimiihoxha <kujtimii.h@gmail.com>"
+ license: "MIT"
+ private_key: "{{ .Env.AUR_KEY }}"
+ git_url: "ssh://aur@aur.archlinux.org/opencode-ai.git"
+ provides:
+ - opencode
+ conflicts:
+ - opencode
+ package: |-
+ install -Dm755 ./opencode "${pkgdir}/usr/bin/opencode"
brews:
- repository:
owner: opencode-ai