Update to v0.3.67

This commit is contained in:
opencode
2025-07-25 03:12:33 +00:00
parent 32a95f9167
commit 1ad1519f34
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.66
pkgver = 0.3.67
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.66_aarch64.zip::https://github.com/sst/opencode/releases/download/v0.3.66/opencode-linux-arm64.zip
sha256sums_aarch64 = 50246b52f3ad41457ff868305949c4187ca7f4d54d9c7cdc45655cabf0520b25
source_x86_64 = opencode_0.3.66_x86_64.zip::https://github.com/sst/opencode/releases/download/v0.3.66/opencode-linux-x64.zip
sha256sums_x86_64 = 35372fa0c33eb3c04d4064cae0468e2863aad5f14ed6e5553e5720a80706404e
source_aarch64 = opencode_0.3.67_aarch64.zip::https://github.com/sst/opencode/releases/download/v0.3.67/opencode-linux-arm64.zip
sha256sums_aarch64 = 8b5f966bfed1c4f1d31cded887f917224e212e8f92271d891d76c7f84fb25d27
source_x86_64 = opencode_0.3.67_x86_64.zip::https://github.com/sst/opencode/releases/download/v0.3.67/opencode-linux-x64.zip
sha256sums_x86_64 = c40af9e404cb82403c576e3551709485be31642933b649d73c966255579f4fbe
pkgname = opencode

View File

@@ -2,7 +2,7 @@
# Maintainer: adam
pkgname='opencode'
pkgver=0.3.66
pkgver=0.3.67
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.66/opencode-linux-arm64.zip")
sha256sums_aarch64=('50246b52f3ad41457ff868305949c4187ca7f4d54d9c7cdc45655cabf0520b25')
source_aarch64=("${pkgname}_${pkgver}_aarch64.zip::https://github.com/sst/opencode/releases/download/v0.3.67/opencode-linux-arm64.zip")
sha256sums_aarch64=('8b5f966bfed1c4f1d31cded887f917224e212e8f92271d891d76c7f84fb25d27')
source_x86_64=("${pkgname}_${pkgver}_x86_64.zip::https://github.com/sst/opencode/releases/download/v0.3.66/opencode-linux-x64.zip")
sha256sums_x86_64=('35372fa0c33eb3c04d4064cae0468e2863aad5f14ed6e5553e5720a80706404e')
source_x86_64=("${pkgname}_${pkgver}_x86_64.zip::https://github.com/sst/opencode/releases/download/v0.3.67/opencode-linux-x64.zip")
sha256sums_x86_64=('c40af9e404cb82403c576e3551709485be31642933b649d73c966255579f4fbe')
package() {
install -Dm755 ./opencode "${pkgdir}/usr/bin/opencode"