Update to v0.3.54

This commit is contained in:
opencode
2025-07-21 19:42:53 +00:00
parent ad5a9631ec
commit f262057417
2 changed files with 10 additions and 10 deletions

View File

@@ -1,6 +1,6 @@
pkgbase = opencode
pkgdesc = The AI coding agent built for the terminal.
pkgver = 0.3.53
pkgver = 0.3.54
pkgrel = 1
url = https://github.com/sst/opencode
arch = aarch64
@@ -12,9 +12,9 @@ pkgbase = opencode
conflicts = opencode
options = !debug
options = !strip
source_aarch64 = opencode_0.3.53_aarch64.zip::https://github.com/sst/opencode/releases/download/v0.3.53/opencode-linux-arm64.zip
sha256sums_aarch64 = 0bdc4abfad1864924c9b16438720b0522b12ca6a53e092e6487e7f506fc1ae60
source_x86_64 = opencode_0.3.53_x86_64.zip::https://github.com/sst/opencode/releases/download/v0.3.53/opencode-linux-x64.zip
sha256sums_x86_64 = 7ca076193c99ac7670f73e0f97a0173c4d53f603e90ade4e1a59a3ec3f3d10de
source_aarch64 = opencode_0.3.54_aarch64.zip::https://github.com/sst/opencode/releases/download/v0.3.54/opencode-linux-arm64.zip
sha256sums_aarch64 = 70943a793c71cbeedb151807b496abe81816b1c2cf2f077d3300e35f1e56fa61
source_x86_64 = opencode_0.3.54_x86_64.zip::https://github.com/sst/opencode/releases/download/v0.3.54/opencode-linux-x64.zip
sha256sums_x86_64 = 3cc1f393abe4dbb26e29a6dda310086839d8b5895d33f0ca5a106628c3f9cb6b
pkgname = opencode

View File

@@ -2,7 +2,7 @@
# Maintainer: adam
pkgname='opencode'
pkgver=0.3.53
pkgver=0.3.54
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.53/opencode-linux-arm64.zip")
sha256sums_aarch64=('0bdc4abfad1864924c9b16438720b0522b12ca6a53e092e6487e7f506fc1ae60')
source_aarch64=("${pkgname}_${pkgver}_aarch64.zip::https://github.com/sst/opencode/releases/download/v0.3.54/opencode-linux-arm64.zip")
sha256sums_aarch64=('70943a793c71cbeedb151807b496abe81816b1c2cf2f077d3300e35f1e56fa61')
source_x86_64=("${pkgname}_${pkgver}_x86_64.zip::https://github.com/sst/opencode/releases/download/v0.3.53/opencode-linux-x64.zip")
sha256sums_x86_64=('7ca076193c99ac7670f73e0f97a0173c4d53f603e90ade4e1a59a3ec3f3d10de')
source_x86_64=("${pkgname}_${pkgver}_x86_64.zip::https://github.com/sst/opencode/releases/download/v0.3.54/opencode-linux-x64.zip")
sha256sums_x86_64=('3cc1f393abe4dbb26e29a6dda310086839d8b5895d33f0ca5a106628c3f9cb6b')
package() {
install -Dm755 ./opencode "${pkgdir}/usr/bin/opencode"