Update to v0.3.73

This commit is contained in:
opencode
2025-07-25 22:30:13 +00:00
parent f660025cc7
commit ecf38bbc3f
2 changed files with 10 additions and 10 deletions

View File

@@ -2,7 +2,7 @@
# Maintainer: adam
pkgname='opencode'
pkgver=0.3.72
pkgver=0.3.73
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.72/opencode-linux-arm64.zip")
sha256sums_aarch64=('894b409f6e2aa61a23f5f338652f01c895cf09a2d4fd6265a3b8de6c39808523')
source_aarch64=("${pkgname}_${pkgver}_aarch64.zip::https://github.com/sst/opencode/releases/download/v0.3.73/opencode-linux-arm64.zip")
sha256sums_aarch64=('0a5e6ac0576209d5b9271a490cd1f64dde2524b827694470e5c561543a465713')
source_x86_64=("${pkgname}_${pkgver}_x86_64.zip::https://github.com/sst/opencode/releases/download/v0.3.72/opencode-linux-x64.zip")
sha256sums_x86_64=('2e6a041c940ba1cde011e14ea375236da4316c9d53384069c0846c6278252324')
source_x86_64=("${pkgname}_${pkgver}_x86_64.zip::https://github.com/sst/opencode/releases/download/v0.3.73/opencode-linux-x64.zip")
sha256sums_x86_64=('3d25480499ae15908bbb4ad7b5a34b3a8460dc2507cf90d786ef60b5dca39729')
package() {
install -Dm755 ./opencode "${pkgdir}/usr/bin/opencode"