Update to v0.3.56

This commit is contained in:
opencode
2025-07-22 20:53:17 +00:00
parent 24b29e5134
commit 12fded4e17
2 changed files with 10 additions and 10 deletions

View File

@@ -2,7 +2,7 @@
# Maintainer: adam
pkgname='opencode'
pkgver=0.3.55
pkgver=0.3.56
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.3.55/opencode-linux-arm64.zip")
sha256sums_aarch64=('ce0bcf81356aa6dd86d934468388be407a2f96645e44684870a118f58bb317bc')
source_aarch64=("${pkgname}_${pkgver}_aarch64.zip::https://github.com/sst/opencode/releases/download/v0.3.56/opencode-linux-arm64.zip")
sha256sums_aarch64=('dea4310c83710433e6157d83c353db22b3ea546e1b327ebef12ee0f9ad058c6d')
source_x86_64=("${pkgname}_${pkgver}_x86_64.zip::https://github.com/sst/opencode/releases/download/v0.3.55/opencode-linux-x64.zip")
sha256sums_x86_64=('e0e99307e075139739e9cada6fdd6e58c89219eb10335a94738b0bf2ff7b78c8')
source_x86_64=("${pkgname}_${pkgver}_x86_64.zip::https://github.com/sst/opencode/releases/download/v0.3.56/opencode-linux-x64.zip")
sha256sums_x86_64=('d6870c2073d8d60b0aaf0f7812f9838ef02082aae5cbd47770f42dd8cbb937fc')
package() {
install -Dm755 ./opencode "${pkgdir}/usr/bin/opencode"