From 9b2dd53ac5e5285e134b65938d69befd71814c0a Mon Sep 17 00:00:00 2001 From: Agustin Carrasco Date: Tue, 17 Feb 2026 16:00:39 +0000 Subject: [PATCH] chore: bump to 0.8.1 --- .SRCINFO | 8 ++++---- PKGBUILD | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 133ca41352e97..42fbc94043a0e 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = plannotator-bin pkgdesc = Interactive review and annotation tool for AI coding agent plans with visual interface - pkgver = 0.8.0 - pkgrel = 2 + pkgver = 0.8.1 + pkgrel = 1 url = https://github.com/backnotprop/plannotator arch = x86_64 license = custom:BSL @@ -9,7 +9,7 @@ pkgbase = plannotator-bin conflicts = plannotator conflicts = plannotator-git options = !strip - source_x86_64 = plannotator-linux-x64-v0.8.0::https://github.com/backnotprop/plannotator/releases/download/v0.8.0/plannotator-linux-x64 - sha256sums_x86_64 = a655c4577118c778492542003e86e104db53edd0c0d90f0a9eb1f1dc5ed1f1bd + source_x86_64 = plannotator-linux-x64-v0.8.1::https://github.com/backnotprop/plannotator/releases/download/v0.8.1/plannotator-linux-x64 + sha256sums_x86_64 = e11f1aff2992268df77573016ad7fade119942cf04ef67c0bb22445911c0b4ba pkgname = plannotator-bin diff --git a/PKGBUILD b/PKGBUILD index d0f2e95bdc6aa..e18ec1909e20b 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,8 +2,8 @@ _pkgname=plannotator pkgname=plannotator-bin -pkgver=0.8.0 -pkgrel=2 +pkgver=0.8.1 +pkgrel=1 pkgdesc="Interactive review and annotation tool for AI coding agent plans with visual interface" arch=('x86_64') url="https://github.com/backnotprop/plannotator" @@ -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=('a655c4577118c778492542003e86e104db53edd0c0d90f0a9eb1f1dc5ed1f1bd') +sha256sums_x86_64=('e11f1aff2992268df77573016ad7fade119942cf04ef67c0bb22445911c0b4ba') latestver() { curl -s "https://api.github.com/repos/backnotprop/plannotator/releases/latest" | \