From 0a744261f46831f7068c2a98d0aa33fbfd73a916 Mon Sep 17 00:00:00 2001 From: opencode Date: Sun, 27 Jul 2025 16:02:01 +0000 Subject: [PATCH] Update to v0.3.79 --- .SRCINFO | 10 +++++----- PKGBUILD | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index a9cf25f..4d8dcd8 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -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 diff --git a/PKGBUILD b/PKGBUILD index 5109f8b..322e0b1 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -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"