Update to v0.2.12

This commit is contained in:
opencode
2025-07-08 23:56:02 +00:00
parent ac1383300d
commit 437c8cad37
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.2.11
pkgver = 0.2.12
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.2.11_aarch64.zip::https://github.com/sst/opencode/releases/download/v0.2.11/opencode-linux-arm64.zip
sha256sums_aarch64 = 201b4661538ff2a93709c27e27aeefdd8ccb4ca4838027f51e6b297cdc1d4311
source_x86_64 = opencode_0.2.11_x86_64.zip::https://github.com/sst/opencode/releases/download/v0.2.11/opencode-linux-x64.zip
sha256sums_x86_64 = 7eeeac7c4b1c2f25c77f3325cd226f256dde377300c759b1e28920c0a8518949
source_aarch64 = opencode_0.2.12_aarch64.zip::https://github.com/sst/opencode/releases/download/v0.2.12/opencode-linux-arm64.zip
sha256sums_aarch64 = 776237abe8bc3eb912bbfa6093378f85f3cf9e8502ac866e6fb52d9a2d807dfc
source_x86_64 = opencode_0.2.12_x86_64.zip::https://github.com/sst/opencode/releases/download/v0.2.12/opencode-linux-x64.zip
sha256sums_x86_64 = 24e9b3a55db1f4c80a224454b3f0ff841246799b63528d3c78f5075b4c90ff74
pkgname = opencode

View File

@@ -2,7 +2,7 @@
# Maintainer: adam
pkgname='opencode'
pkgver=0.2.11
pkgver=0.2.12
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.11/opencode-linux-arm64.zip")
sha256sums_aarch64=('201b4661538ff2a93709c27e27aeefdd8ccb4ca4838027f51e6b297cdc1d4311')
source_aarch64=("${pkgname}_${pkgver}_aarch64.zip::https://github.com/sst/opencode/releases/download/v0.2.12/opencode-linux-arm64.zip")
sha256sums_aarch64=('776237abe8bc3eb912bbfa6093378f85f3cf9e8502ac866e6fb52d9a2d807dfc')
source_x86_64=("${pkgname}_${pkgver}_x86_64.zip::https://github.com/sst/opencode/releases/download/v0.2.11/opencode-linux-x64.zip")
sha256sums_x86_64=('7eeeac7c4b1c2f25c77f3325cd226f256dde377300c759b1e28920c0a8518949')
source_x86_64=("${pkgname}_${pkgver}_x86_64.zip::https://github.com/sst/opencode/releases/download/v0.2.12/opencode-linux-x64.zip")
sha256sums_x86_64=('24e9b3a55db1f4c80a224454b3f0ff841246799b63528d3c78f5075b4c90ff74')
package() {
install -Dm755 ./opencode "${pkgdir}/usr/bin/opencode"