From 6b947aea5ea176fe59091bee76b72ef887a335f5 Mon Sep 17 00:00:00 2001 From: Agustin Carrasco Date: Mon, 19 Jan 2026 21:00:43 +0000 Subject: [PATCH] chore: bump to 0.6.7 --- .SRCINFO | 6 +++--- PKGBUILD | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 5ee78d8bcfd53..4f67c5bf1f088 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.6 + pkgver = 0.6.7 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.6/plannotator-linux-x64 - sha256sums_x86_64 = 7f9f46587c25a62abbe8265ee9eda01bbcbee55b9a1266ae910d13391b80840f + source_x86_64 = https://github.com/backnotprop/plannotator/releases/download/v0.6.7/plannotator-linux-x64 + sha256sums_x86_64 = 8c9fd95a9cccb5db48ee5cdf8830abd4f290aa65bf61597e9963e33e798e0b1f pkgname = plannotator-bin diff --git a/PKGBUILD b/PKGBUILD index 57becef8874ba..bec763fee7f7a 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ _pkgname=plannotator pkgname=plannotator-bin -pkgver=0.6.6 +pkgver=0.6.7 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=('7f9f46587c25a62abbe8265ee9eda01bbcbee55b9a1266ae910d13391b80840f') +sha256sums_x86_64=('8c9fd95a9cccb5db48ee5cdf8830abd4f290aa65bf61597e9963e33e798e0b1f') latestver() { curl -s "https://api.github.com/repos/backnotprop/plannotator/releases/latest" | \