Update to v0.3.79

This commit is contained in:
opencode
2025-07-27 16:02:01 +00:00
parent efbbae175c
commit 0a744261f4
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.78
pkgver = 0.3.79
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.78_aarch64.zip::https://github.com/sst/opencode/releases/download/v0.3.78/opencode-linux-arm64.zip
sha256sums_aarch64 = 874f282e687fe67d02b2d9b415f0e799e3783d8f0288220b85ce824fbcea35ee
source_x86_64 = opencode_0.3.78_x86_64.zip::https://github.com/sst/opencode/releases/download/v0.3.78/opencode-linux-x64.zip
sha256sums_x86_64 = 3adf1aef25417d93075cdbb32d217267e950fce0cf6cb5f65b4edc9e09f50507
source_aarch64 = opencode_0.3.79_aarch64.zip::https://github.com/sst/opencode/releases/download/v0.3.79/opencode-linux-arm64.zip
sha256sums_aarch64 = 64f1249b52769cbe9f5406b3b05aab2f48a3300cc8c34d6b7b4b5407661fd0c3
source_x86_64 = opencode_0.3.79_x86_64.zip::https://github.com/sst/opencode/releases/download/v0.3.79/opencode-linux-x64.zip
sha256sums_x86_64 = df5f0591ec647b5a597864cffd40863e9a1cdcf6ea85bde37156fdc966adf7fc
pkgname = opencode

View File

@@ -2,7 +2,7 @@
# Maintainer: adam
pkgname='opencode'
pkgver=0.3.78
pkgver=0.3.79
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.78/opencode-linux-arm64.zip")
sha256sums_aarch64=('874f282e687fe67d02b2d9b415f0e799e3783d8f0288220b85ce824fbcea35ee')
source_aarch64=("${pkgname}_${pkgver}_aarch64.zip::https://github.com/sst/opencode/releases/download/v0.3.79/opencode-linux-arm64.zip")
sha256sums_aarch64=('64f1249b52769cbe9f5406b3b05aab2f48a3300cc8c34d6b7b4b5407661fd0c3')
source_x86_64=("${pkgname}_${pkgver}_x86_64.zip::https://github.com/sst/opencode/releases/download/v0.3.78/opencode-linux-x64.zip")
sha256sums_x86_64=('3adf1aef25417d93075cdbb32d217267e950fce0cf6cb5f65b4edc9e09f50507')
source_x86_64=("${pkgname}_${pkgver}_x86_64.zip::https://github.com/sst/opencode/releases/download/v0.3.79/opencode-linux-x64.zip")
sha256sums_x86_64=('df5f0591ec647b5a597864cffd40863e9a1cdcf6ea85bde37156fdc966adf7fc')
package() {
install -Dm755 ./opencode "${pkgdir}/usr/bin/opencode"