diff --git a/.SRCINFO b/.SRCINFO index d4b4c66482a07..ceea467c02054 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.9.2 + pkgver = 0.9.3 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 = plannotator-linux-x64-v0.9.2::https://github.com/backnotprop/plannotator/releases/download/v0.9.2/plannotator-linux-x64 - sha256sums_x86_64 = 9b14339814414bb3d5458af1b208e12e0aec21b284c482da58becf993ed0bf4e + source_x86_64 = plannotator-linux-x64-v0.9.3::https://github.com/backnotprop/plannotator/releases/download/v0.9.3/plannotator-linux-x64 + sha256sums_x86_64 = dac7b4ed3925921d77cf5442ab85b4a35d71141fe413a52c2986efbed8b6a2c0 pkgname = plannotator-bin diff --git a/PKGBUILD b/PKGBUILD index c75955cdcda10..66ae1bf3e50a9 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ _pkgname=plannotator pkgname=plannotator-bin -pkgver=0.9.2 +pkgver=0.9.3 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=("${_pkgname}-linux-x64-v${pkgver}::${url}/releases/download/v${pkgver}/${_pkgname}-linux-x64") -sha256sums_x86_64=('9b14339814414bb3d5458af1b208e12e0aec21b284c482da58becf993ed0bf4e') +sha256sums_x86_64=('dac7b4ed3925921d77cf5442ab85b4a35d71141fe413a52c2986efbed8b6a2c0') latestver() { curl -s "https://api.github.com/repos/backnotprop/plannotator/releases/latest" | \