From ba5366ba311fd2f31a668a790e502f436c53a662 Mon Sep 17 00:00:00 2001 From: Agustin Carrasco Date: Thu, 5 Mar 2026 01:01:02 +0000 Subject: [PATCH] chore: bump to 0.11.0 --- .SRCINFO | 6 +++--- PKGBUILD | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index ec332687b2c62..cbe95901e8045 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.10.0 + pkgver = 0.11.0 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.10.0::https://github.com/backnotprop/plannotator/releases/download/v0.10.0/plannotator-linux-x64 - sha256sums_x86_64 = f5778e626863abc656cb1f22e0e4e84f837f12a56a2f40798882cf864bf97b0c + source_x86_64 = plannotator-linux-x64-v0.11.0::https://github.com/backnotprop/plannotator/releases/download/v0.11.0/plannotator-linux-x64 + sha256sums_x86_64 = 2e34302d6a4275bff0f906e1aeaaf80e3d7893506f172ded6de320d043c55ee5 pkgname = plannotator-bin diff --git a/PKGBUILD b/PKGBUILD index 04f970308b3c0..d7e569fe336c5 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ _pkgname=plannotator pkgname=plannotator-bin -pkgver=0.10.0 +pkgver=0.11.0 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=('f5778e626863abc656cb1f22e0e4e84f837f12a56a2f40798882cf864bf97b0c') +sha256sums_x86_64=('2e34302d6a4275bff0f906e1aeaaf80e3d7893506f172ded6de320d043c55ee5') latestver() { curl -s "https://api.github.com/repos/backnotprop/plannotator/releases/latest" | \