From 54db6d66891b8a78808632c4c6d966b7ad7eae9c Mon Sep 17 00:00:00 2001 From: opencode Date: Tue, 15 Jul 2025 18:09:32 +0000 Subject: [PATCH] Update to v0.3.11 --- .SRCINFO | 10 +++++----- PKGBUILD | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 8868714..71dfba7 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = opencode pkgdesc = The AI coding agent built for the terminal. - pkgver = 0.3.10 + pkgver = 0.3.11 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.10_aarch64.zip::https://github.com/sst/opencode/releases/download/v0.3.10/opencode-linux-arm64.zip - sha256sums_aarch64 = 40a1368e262f995d6e6cb9cd15477f3992f5162b81a30f717646c67fc6211628 - source_x86_64 = opencode_0.3.10_x86_64.zip::https://github.com/sst/opencode/releases/download/v0.3.10/opencode-linux-x64.zip - sha256sums_x86_64 = c2d038191be44dd1f5ec9b05d3261e09c683d6461af8768eddef47cb300ef1a8 + source_aarch64 = opencode_0.3.11_aarch64.zip::https://github.com/sst/opencode/releases/download/v0.3.11/opencode-linux-arm64.zip + sha256sums_aarch64 = 84883e34ca5d30613648e184faaa4e266b8d4b76aea5c9df32e8c97c2a51dce3 + source_x86_64 = opencode_0.3.11_x86_64.zip::https://github.com/sst/opencode/releases/download/v0.3.11/opencode-linux-x64.zip + sha256sums_x86_64 = 555d870e0456de50c750718b4765cc825850d19e25c95bd71b4c1ed9295a6957 pkgname = opencode diff --git a/PKGBUILD b/PKGBUILD index 9945a5f..d57bd42 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ # Maintainer: adam pkgname='opencode' -pkgver=0.3.10 +pkgver=0.3.11 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.10/opencode-linux-arm64.zip") -sha256sums_aarch64=('40a1368e262f995d6e6cb9cd15477f3992f5162b81a30f717646c67fc6211628') +source_aarch64=("${pkgname}_${pkgver}_aarch64.zip::https://github.com/sst/opencode/releases/download/v0.3.11/opencode-linux-arm64.zip") +sha256sums_aarch64=('84883e34ca5d30613648e184faaa4e266b8d4b76aea5c9df32e8c97c2a51dce3') -source_x86_64=("${pkgname}_${pkgver}_x86_64.zip::https://github.com/sst/opencode/releases/download/v0.3.10/opencode-linux-x64.zip") -sha256sums_x86_64=('c2d038191be44dd1f5ec9b05d3261e09c683d6461af8768eddef47cb300ef1a8') +source_x86_64=("${pkgname}_${pkgver}_x86_64.zip::https://github.com/sst/opencode/releases/download/v0.3.11/opencode-linux-x64.zip") +sha256sums_x86_64=('555d870e0456de50c750718b4765cc825850d19e25c95bd71b4c1ed9295a6957') package() { install -Dm755 ./opencode "${pkgdir}/usr/bin/opencode"