diff --git a/.SRCINFO b/.SRCINFO index e693347..e9866a2 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = opencode pkgdesc = The AI coding agent built for the terminal. - pkgver = 0.3.43 + pkgver = 0.3.44 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.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 + source_aarch64 = opencode_0.3.44_aarch64.zip::https://github.com/sst/opencode/releases/download/v0.3.44/opencode-linux-arm64.zip + sha256sums_aarch64 = b9a1e4466107465075f4f3c4358af8754b0a61ae630d43c5721ca849a7a89eb8 + source_x86_64 = opencode_0.3.44_x86_64.zip::https://github.com/sst/opencode/releases/download/v0.3.44/opencode-linux-x64.zip + sha256sums_x86_64 = a70e102494dcd320c4148dde8feef00e6041b4f9660cb761d00a05fb168c306a pkgname = opencode diff --git a/PKGBUILD b/PKGBUILD index bb55046..2447d17 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ # Maintainer: adam pkgname='opencode' -pkgver=0.3.43 +pkgver=0.3.44 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.43/opencode-linux-arm64.zip") -sha256sums_aarch64=('894f4574982fe27cd55592a6aff580479b621840e825e53cf57ba372d07375c1') +source_aarch64=("${pkgname}_${pkgver}_aarch64.zip::https://github.com/sst/opencode/releases/download/v0.3.44/opencode-linux-arm64.zip") +sha256sums_aarch64=('b9a1e4466107465075f4f3c4358af8754b0a61ae630d43c5721ca849a7a89eb8') -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') +source_x86_64=("${pkgname}_${pkgver}_x86_64.zip::https://github.com/sst/opencode/releases/download/v0.3.44/opencode-linux-x64.zip") +sha256sums_x86_64=('a70e102494dcd320c4148dde8feef00e6041b4f9660cb761d00a05fb168c306a') package() { install -Dm755 ./opencode "${pkgdir}/usr/bin/opencode"