Update to v0.2.28

This commit is contained in:
opencode
2025-07-11 21:39:20 +00:00
parent d2d537180d
commit 867b771fde
2 changed files with 10 additions and 10 deletions

View File

@@ -2,7 +2,7 @@
# Maintainer: adam
pkgname='opencode'
pkgver=0.2.27
pkgver=0.2.28
options=('!debug' '!strip')
pkgrel=1
pkgdesc='The AI coding agent built for the terminal.'
@@ -13,11 +13,11 @@ provides=('opencode')
conflicts=('opencode')
depends=('fzf' 'ripgrep')
source_aarch64=("${pkgname}_${pkgver}_aarch64.zip::https://github.com/sst/opencode/releases/download/v0.2.27/opencode-linux-arm64.zip")
sha256sums_aarch64=('692f7fbdee09526548ae85f2f15d28e3d02c793cb882916b607963eac6165b58')
source_aarch64=("${pkgname}_${pkgver}_aarch64.zip::https://github.com/sst/opencode/releases/download/v0.2.28/opencode-linux-arm64.zip")
sha256sums_aarch64=('1106bc64596e8ff6a43fb236ccc58495eac37492759272ab08ea9fccd0f6ce3b')
source_x86_64=("${pkgname}_${pkgver}_x86_64.zip::https://github.com/sst/opencode/releases/download/v0.2.27/opencode-linux-x64.zip")
sha256sums_x86_64=('b05bff14031f99f99790c2867f5d633c34f9e6a1d88fd4e3ae8d0d77d8510800')
source_x86_64=("${pkgname}_${pkgver}_x86_64.zip::https://github.com/sst/opencode/releases/download/v0.2.28/opencode-linux-x64.zip")
sha256sums_x86_64=('e9bf168ef5be5259797e81bd5c5e9002458f7c47fde5caec7f25e1bba93f6094')
package() {
install -Dm755 ./opencode "${pkgdir}/usr/bin/opencode"