From e2f6f71ab477096597af5a44faf7c7098d7fbfca Mon Sep 17 00:00:00 2001 From: opencode Date: Sat, 19 Jul 2025 23:29:26 +0000 Subject: [PATCH] Update to v0.3.37 --- .SRCINFO | 10 +++++----- PKGBUILD | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 71bd02b..364d18f 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = opencode pkgdesc = The AI coding agent built for the terminal. - pkgver = 0.3.36 + pkgver = 0.3.37 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.36_aarch64.zip::https://github.com/sst/opencode/releases/download/v0.3.36/opencode-linux-arm64.zip - sha256sums_aarch64 = 7c502784a36a23d8ef378f30f18dae6074f43d94a444e8d038f754082202453a - source_x86_64 = opencode_0.3.36_x86_64.zip::https://github.com/sst/opencode/releases/download/v0.3.36/opencode-linux-x64.zip - sha256sums_x86_64 = 52bb7cd34006c6804ad2fe92e38a7a030547b2853593eb14ca18ea511ed7b89d + source_aarch64 = opencode_0.3.37_aarch64.zip::https://github.com/sst/opencode/releases/download/v0.3.37/opencode-linux-arm64.zip + sha256sums_aarch64 = 98992f0ccd9ca739271e8660e01d40f6c45a4ca1a3cd504c8873ec58600458b6 + source_x86_64 = opencode_0.3.37_x86_64.zip::https://github.com/sst/opencode/releases/download/v0.3.37/opencode-linux-x64.zip + sha256sums_x86_64 = ee262e41d2dd5f2b46b7f0e51fb35472ad784786d89b4dfbfc0fe629e2fa7add pkgname = opencode diff --git a/PKGBUILD b/PKGBUILD index d9c22ed..00e9523 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ # Maintainer: adam pkgname='opencode' -pkgver=0.3.36 +pkgver=0.3.37 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.36/opencode-linux-arm64.zip") -sha256sums_aarch64=('7c502784a36a23d8ef378f30f18dae6074f43d94a444e8d038f754082202453a') +source_aarch64=("${pkgname}_${pkgver}_aarch64.zip::https://github.com/sst/opencode/releases/download/v0.3.37/opencode-linux-arm64.zip") +sha256sums_aarch64=('98992f0ccd9ca739271e8660e01d40f6c45a4ca1a3cd504c8873ec58600458b6') -source_x86_64=("${pkgname}_${pkgver}_x86_64.zip::https://github.com/sst/opencode/releases/download/v0.3.36/opencode-linux-x64.zip") -sha256sums_x86_64=('52bb7cd34006c6804ad2fe92e38a7a030547b2853593eb14ca18ea511ed7b89d') +source_x86_64=("${pkgname}_${pkgver}_x86_64.zip::https://github.com/sst/opencode/releases/download/v0.3.37/opencode-linux-x64.zip") +sha256sums_x86_64=('ee262e41d2dd5f2b46b7f0e51fb35472ad784786d89b4dfbfc0fe629e2fa7add') package() { install -Dm755 ./opencode "${pkgdir}/usr/bin/opencode"