Update to v0.3.132

This commit is contained in:
opencode
2025-08-06 15:41:18 +00:00
parent 88da6a13cd
commit 84eb29346a
2 changed files with 10 additions and 10 deletions

View File

@@ -2,7 +2,7 @@
# Maintainer: adam
pkgname='opencode'
pkgver=0.3.131
pkgver=0.3.132
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.131/opencode-linux-arm64.zip")
sha256sums_aarch64=('98ac3d87d1a02ab90cd28baa2a5e6f642e8de406d97908a9c58aeda75defb7ae')
source_aarch64=("${pkgname}_${pkgver}_aarch64.zip::https://github.com/sst/opencode/releases/download/v0.3.132/opencode-linux-arm64.zip")
sha256sums_aarch64=('3bfeafab5a8349deb4df0081a168ef1fd715b841f55ec127d6cbe314b3fc19cd')
source_x86_64=("${pkgname}_${pkgver}_x86_64.zip::https://github.com/sst/opencode/releases/download/v0.3.131/opencode-linux-x64.zip")
sha256sums_x86_64=('0afd3b9e3e330f5f68676b08b8fc1fe9e320e91e92fa53ced6c5d2966acb4633')
source_x86_64=("${pkgname}_${pkgver}_x86_64.zip::https://github.com/sst/opencode/releases/download/v0.3.132/opencode-linux-x64.zip")
sha256sums_x86_64=('f219f9e968a84ac5e0f677ebd07e1218c4a9f3ed959637edbbda8093e20459e1')
package() {
install -Dm755 ./opencode "${pkgdir}/usr/bin/opencode"