From 03afec161aebe40e24a984603a4cce1cae1597c9 Mon Sep 17 00:00:00 2001 From: Agustin Carrasco Date: Sat, 14 Feb 2026 00:02:55 +0000 Subject: [PATCH] chore: bump to 0.8.0 --- .SRCINFO | 6 +++--- PKGBUILD | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index c49cf21ad741e..106050af9d3d8 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.7.0 + pkgver = 0.8.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 = https://github.com/backnotprop/plannotator/releases/download/v0.7.0/plannotator-linux-x64 - sha256sums_x86_64 = 1cc41e89cf5fcdfd81becd2c5c764c6f2b40390111aefe1d6a0532c2c47e87bf + source_x86_64 = https://github.com/backnotprop/plannotator/releases/download/v0.8.0/plannotator-linux-x64 + sha256sums_x86_64 = a655c4577118c778492542003e86e104db53edd0c0d90f0a9eb1f1dc5ed1f1bd pkgname = plannotator-bin diff --git a/PKGBUILD b/PKGBUILD index 16bb11d1b0924..b43cc5b0b8300 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ _pkgname=plannotator pkgname=plannotator-bin -pkgver=0.7.0 +pkgver=0.8.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=("${url}/releases/download/v${pkgver}/${_pkgname}-linux-x64") -sha256sums_x86_64=('1cc41e89cf5fcdfd81becd2c5c764c6f2b40390111aefe1d6a0532c2c47e87bf') +sha256sums_x86_64=('a655c4577118c778492542003e86e104db53edd0c0d90f0a9eb1f1dc5ed1f1bd') latestver() { curl -s "https://api.github.com/repos/backnotprop/plannotator/releases/latest" | \