Update to v1.0.138

This commit is contained in:
opencode
2025-12-09 18:04:50 +00:00
parent d10b880df5
commit 3ba0e4544d
2 changed files with 5 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
pkgbase = opencode
pkgdesc = The AI coding agent built for the terminal.
pkgver = 1.0.137
pkgver = 1.0.138
pkgrel = 1
url = https://github.com/sst/opencode
arch = aarch64
@@ -9,13 +9,12 @@ pkgbase = opencode
makedepends = git
makedepends = bun-bin
makedepends = go
depends = fzf
depends = ripgrep
provides = opencode
conflicts = opencode-bin
options = !debug
options = !strip
source = opencode-1.0.137.tar.gz::https://github.com/sst/opencode/archive/v1.0.137.tar.gz
source = opencode-1.0.138.tar.gz::https://github.com/sst/opencode/archive/v1.0.138.tar.gz
sha256sums = SKIP
pkgname = opencode

View File

@@ -2,7 +2,7 @@
# Maintainer: adam
pkgname='opencode'
pkgver=1.0.137
pkgver=1.0.138
_subver=
options=('!debug' '!strip')
pkgrel=1
@@ -12,7 +12,7 @@ arch=('aarch64' 'x86_64')
license=('MIT')
provides=('opencode')
conflicts=('opencode-bin')
depends=('fzf' 'ripgrep')
depends=('ripgrep')
makedepends=('git' 'bun-bin' 'go')
source=("opencode-${pkgver}.tar.gz::https://github.com/sst/opencode/archive/v${pkgver}${_subver}.tar.gz")
@@ -22,7 +22,7 @@ build() {
cd "opencode-${pkgver}"
bun install
cd ./packages/opencode
OPENCODE_CHANNEL=latest OPENCODE_VERSION=1.0.137 bun run ./script/build.ts --single
OPENCODE_CHANNEL=latest OPENCODE_VERSION=1.0.138 bun run ./script/build.ts --single
}
package() {