From cc75ad20317a99d0b257dad36208b1d8fd1931e0 Mon Sep 17 00:00:00 2001 From: opencode Date: Sun, 20 Jul 2025 02:42:44 +0000 Subject: [PATCH] Update to v0.3.43 --- .SRCINFO | 10 +++++----- PKGBUILD | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index e587074..e693347 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = opencode pkgdesc = The AI coding agent built for the terminal. - pkgver = 0.3.41 + pkgver = 0.3.43 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.41_aarch64.zip::https://github.com/sst/opencode/releases/download/v0.3.41/opencode-linux-arm64.zip - sha256sums_aarch64 = 6d6e583b65f4aaf1d2e3635e55d50e172fe14e6f387e7f79671bd8fcdaf7c29c - source_x86_64 = opencode_0.3.41_x86_64.zip::https://github.com/sst/opencode/releases/download/v0.3.41/opencode-linux-x64.zip - sha256sums_x86_64 = da2919d68c9fc89ea8564639ac2ac182270079e085713cc98e4a1dccbd067c71 + source_aarch64 = opencode_0.3.43_aarch64.zip::https://github.com/sst/opencode/releases/download/v0.3.43/opencode-linux-arm64.zip + sha256sums_aarch64 = 894f4574982fe27cd55592a6aff580479b621840e825e53cf57ba372d07375c1 + source_x86_64 = opencode_0.3.43_x86_64.zip::https://github.com/sst/opencode/releases/download/v0.3.43/opencode-linux-x64.zip + sha256sums_x86_64 = 9a1cd03d165460e22f3977964781eb2f5e5125f7680289a268dd5284b5668872 pkgname = opencode diff --git a/PKGBUILD b/PKGBUILD index 9749a79..bb55046 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ # Maintainer: adam pkgname='opencode' -pkgver=0.3.41 +pkgver=0.3.43 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.41/opencode-linux-arm64.zip") -sha256sums_aarch64=('6d6e583b65f4aaf1d2e3635e55d50e172fe14e6f387e7f79671bd8fcdaf7c29c') +source_aarch64=("${pkgname}_${pkgver}_aarch64.zip::https://github.com/sst/opencode/releases/download/v0.3.43/opencode-linux-arm64.zip") +sha256sums_aarch64=('894f4574982fe27cd55592a6aff580479b621840e825e53cf57ba372d07375c1') -source_x86_64=("${pkgname}_${pkgver}_x86_64.zip::https://github.com/sst/opencode/releases/download/v0.3.41/opencode-linux-x64.zip") -sha256sums_x86_64=('da2919d68c9fc89ea8564639ac2ac182270079e085713cc98e4a1dccbd067c71') +source_x86_64=("${pkgname}_${pkgver}_x86_64.zip::https://github.com/sst/opencode/releases/download/v0.3.43/opencode-linux-x64.zip") +sha256sums_x86_64=('9a1cd03d165460e22f3977964781eb2f5e5125f7680289a268dd5284b5668872') package() { install -Dm755 ./opencode "${pkgdir}/usr/bin/opencode"