From b10660d5a38d736a9d19bd878254686f2f9bf679 Mon Sep 17 00:00:00 2001 From: Agustin Carrasco Date: Mon, 9 Mar 2026 15:00:38 +0000 Subject: [PATCH] chore: bump to 0.11.4 --- .SRCINFO | 6 +++--- PKGBUILD | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 06454387d8bac..3e3b03ca8f2f3 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.3 + pkgver = 0.11.4 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.3::https://github.com/backnotprop/plannotator/releases/download/v0.11.3/plannotator-linux-x64 - sha256sums_x86_64 = d5644015a59d0e98d5f7ad7a65143340f5834990c9bf50e78d63bf5c872976c1 + source_x86_64 = plannotator-linux-x64-v0.11.4::https://github.com/backnotprop/plannotator/releases/download/v0.11.4/plannotator-linux-x64 + sha256sums_x86_64 = 27f269ee533ce5897c55757e5329ce74599cea6e39bc057a94361cd17978d320 pkgname = plannotator-bin diff --git a/PKGBUILD b/PKGBUILD index 8061027111230..9bc8d0cc32cfb 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ _pkgname=plannotator pkgname=plannotator-bin -pkgver=0.11.3 +pkgver=0.11.4 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=('d5644015a59d0e98d5f7ad7a65143340f5834990c9bf50e78d63bf5c872976c1') +sha256sums_x86_64=('27f269ee533ce5897c55757e5329ce74599cea6e39bc057a94361cd17978d320') latestver() { curl -s "https://api.github.com/repos/backnotprop/plannotator/releases/latest" | \