chore: bump to 0.7.0

This commit is contained in:
Agustin Carrasco 2026-02-09 21:00:47 +00:00
parent 1ae753036e
commit 9cd3f7fdf4
2 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
pkgbase = plannotator-bin
pkgdesc = Interactive review and annotation tool for AI coding agent plans with visual interface
pkgver = 0.6.8
pkgver = 0.7.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.6.8/plannotator-linux-x64
sha256sums_x86_64 = d6ee0feae3115fc2468e533ada5802a78625add5f84ac5906dd2650fd9aaa068
source_x86_64 = https://github.com/backnotprop/plannotator/releases/download/v0.7.0/plannotator-linux-x64
sha256sums_x86_64 = 1cc41e89cf5fcdfd81becd2c5c764c6f2b40390111aefe1d6a0532c2c47e87bf
pkgname = plannotator-bin

View file

@ -2,7 +2,7 @@
_pkgname=plannotator
pkgname=plannotator-bin
pkgver=0.6.8
pkgver=0.7.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=('d6ee0feae3115fc2468e533ada5802a78625add5f84ac5906dd2650fd9aaa068')
sha256sums_x86_64=('1cc41e89cf5fcdfd81becd2c5c764c6f2b40390111aefe1d6a0532c2c47e87bf')
latestver() {
curl -s "https://api.github.com/repos/backnotprop/plannotator/releases/latest" | \