File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 3636 version : latest
3737 args : release --clean
3838 env :
39- GITHUB_TOKEN : ${{ secrets.HOMEBREW_GITHUB_TOKEN }}
39+ GITHUB_TOKEN : ${{ secrets.SST_GITHUB_TOKEN }}
4040 AUR_KEY : ${{ secrets.AUR_KEY }}
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ builds:
1212 - amd64
1313 - arm64
1414 ldflags :
15- - -s -w -X github.com/opencode-ai /opencode/internal/version.Version={{.Version}}
15+ - -s -w -X github.com/sst /opencode/internal/version.Version={{.Version}}
1616 main : ./main.go
1717
1818archives :
@@ -35,10 +35,11 @@ snapshot:
3535 name_template : " 0.0.0-{{ .Timestamp }}"
3636aurs :
3737 - name : opencode
38- homepage : " https://github.com/opencode-ai /opencode"
38+ homepage : " https://github.com/sst /opencode"
3939 description : " terminal based agent that can build anything"
4040 maintainers :
41- - " kujtimiihoxha <kujtimii.h@gmail.com>"
41+ - " dax"
42+ - " adam"
4243 license : " MIT"
4344 private_key : " {{ .Env.AUR_KEY }}"
4445 git_url : " ssh://aur@aur.archlinux.org/opencode-bin.git"
5051 install -Dm755 ./opencode "${pkgdir}/usr/bin/opencode"
5152brews :
5253 - repository :
53- owner : opencode-ai
54+ owner : sst
5455 name : homebrew-tap
5556nfpms :
5657 - maintainer : kujtimiihoxha
You can’t perform that action at this time.
0 commit comments