diff --git a/.SRCINFO b/.SRCINFO index b5986a55fa848..23f0e66f00388 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = plannotator-bin pkgdesc = Interactive review and annotation tool for AI coding agent plans with visual interface - pkgver = 0.6.4 + pkgver = 0.6.5 pkgrel = 1 url = https://github.com/backnotprop/plannotator arch = x86_64 @@ -9,7 +9,7 @@ pkgbase = plannotator-bin conflicts = plannotator conflicts = plannotator-git options = !strip - source_x86_64 = https://github.com/backnotprop/plannotator/releases/download/v0.6.4/plannotator-linux-x64 - sha256sums_x86_64 = 7040b550907697066e942c0746c11330a96b1f63ca94fb7964082092e1f12276 + source_x86_64 = https://github.com/backnotprop/plannotator/releases/download/v0.6.5/plannotator-linux-x64 + sha256sums_x86_64 = 892b16e3ca0e1e8949bfcfb5f19be3ef6443729afe3ceb985034d3dba502375f pkgname = plannotator-bin diff --git a/PKGBUILD b/PKGBUILD index 67feda213fab5..6d4282489b587 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ _pkgname=plannotator pkgname=plannotator-bin -pkgver=0.6.4 +pkgver=0.6.5 pkgrel=1 pkgdesc="Interactive review and annotation tool for AI coding agent plans with visual interface" arch=('x86_64') @@ -13,7 +13,7 @@ provides=('plannotator') conflicts=('plannotator' 'plannotator-git') options=('!strip') source_x86_64=("${url}/releases/download/v${pkgver}/${_pkgname}-linux-x64") -sha256sums_x86_64=('7040b550907697066e942c0746c11330a96b1f63ca94fb7964082092e1f12276') +sha256sums_x86_64=('892b16e3ca0e1e8949bfcfb5f19be3ef6443729afe3ceb985034d3dba502375f') latestver() { curl -s "https://api.github.com/repos/backnotprop/plannotator/releases/latest" | \