diff --git a/.SRCINFO b/.SRCINFO index 6f232e54cda9e..f5fa0b65b0d30 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.11.1 + pkgver = 0.11.2 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.11.1::https://github.com/backnotprop/plannotator/releases/download/v0.11.1/plannotator-linux-x64 - sha256sums_x86_64 = 0541075894d18f34fbb582756be5e1ae831efe350c26f5163ad49bd330709d38 + source_x86_64 = plannotator-linux-x64-v0.11.2::https://github.com/backnotprop/plannotator/releases/download/v0.11.2/plannotator-linux-x64 + sha256sums_x86_64 = 38966948848365364713d3c96c603110e1a042dfdaf2ac27d9b5f127227cc50a pkgname = plannotator-bin diff --git a/PKGBUILD b/PKGBUILD index 58240b7200daa..4dd221a363e84 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ _pkgname=plannotator pkgname=plannotator-bin -pkgver=0.11.1 +pkgver=0.11.2 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=('0541075894d18f34fbb582756be5e1ae831efe350c26f5163ad49bd330709d38') +sha256sums_x86_64=('38966948848365364713d3c96c603110e1a042dfdaf2ac27d9b5f127227cc50a') latestver() { curl -s "https://api.github.com/repos/backnotprop/plannotator/releases/latest" | \