Update to v1.0.121

This commit is contained in:
opencode
2025-11-29 21:29:36 +00:00
parent 1c783ab340
commit 8a82be7131
2 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
pkgbase = opencode pkgbase = opencode
pkgdesc = The AI coding agent built for the terminal. pkgdesc = The AI coding agent built for the terminal.
pkgver = 1.0.120 pkgver = 1.0.121
pkgrel = 1 pkgrel = 1
url = https://github.com/sst/opencode url = https://github.com/sst/opencode
arch = aarch64 arch = aarch64
@@ -15,7 +15,7 @@ pkgbase = opencode
conflicts = opencode-bin conflicts = opencode-bin
options = !debug options = !debug
options = !strip options = !strip
source = opencode-1.0.120.tar.gz::https://github.com/sst/opencode/archive/v1.0.120.tar.gz source = opencode-1.0.121.tar.gz::https://github.com/sst/opencode/archive/v1.0.121.tar.gz
sha256sums = SKIP sha256sums = SKIP
pkgname = opencode pkgname = opencode

View File

@@ -2,7 +2,7 @@
# Maintainer: adam # Maintainer: adam
pkgname='opencode' pkgname='opencode'
pkgver=1.0.120 pkgver=1.0.121
_subver= _subver=
options=('!debug' '!strip') options=('!debug' '!strip')
pkgrel=1 pkgrel=1
@@ -22,7 +22,7 @@ build() {
cd "opencode-${pkgver}" cd "opencode-${pkgver}"
bun install bun install
cd ./packages/opencode cd ./packages/opencode
OPENCODE_CHANNEL=latest OPENCODE_VERSION=1.0.120 bun run ./script/build.ts --single OPENCODE_CHANNEL=latest OPENCODE_VERSION=1.0.121 bun run ./script/build.ts --single
} }
package() { package() {