Update to v0.2.18

This commit is contained in:
opencode
2025-07-10 03:01:02 +00:00
parent 856741cd86
commit c69ad5c861
2 changed files with 10 additions and 10 deletions

View File

@@ -2,7 +2,7 @@
# Maintainer: adam
pkgname='opencode'
pkgver=0.2.17
pkgver=0.2.18
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.17/opencode-linux-arm64.zip")
sha256sums_aarch64=('8b309d5e1f9db89e77ec02d4bba14a1f48ab7f74e0ad2069dc11a3f398b75f1d')
source_aarch64=("${pkgname}_${pkgver}_aarch64.zip::https://github.com/sst/opencode/releases/download/v0.2.18/opencode-linux-arm64.zip")
sha256sums_aarch64=('51aa2b09f204418cf513824ca51bb326330789f81e8d317370e41dc1f20509d9')
source_x86_64=("${pkgname}_${pkgver}_x86_64.zip::https://github.com/sst/opencode/releases/download/v0.2.17/opencode-linux-x64.zip")
sha256sums_x86_64=('6d796906760d81e5f3c31cc3be6037c53cfcb9555be3764779afa80c826198af')
source_x86_64=("${pkgname}_${pkgver}_x86_64.zip::https://github.com/sst/opencode/releases/download/v0.2.18/opencode-linux-x64.zip")
sha256sums_x86_64=('1183c1bc270d649610c483a91e14ea312a7fe1ada7b12b6f21055df01050c710')
package() {
install -Dm755 ./opencode "${pkgdir}/usr/bin/opencode"