mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
chore: bump to 0.8.5
This commit is contained in:
parent
a23bd898c1
commit
330cbb51be
2 changed files with 5 additions and 5 deletions
6
.SRCINFO
6
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = plannotator-bin
|
||||
pkgdesc = Interactive review and annotation tool for AI coding agent plans with visual interface
|
||||
pkgver = 0.8.3
|
||||
pkgver = 0.8.5
|
||||
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.8.3::https://github.com/backnotprop/plannotator/releases/download/v0.8.3/plannotator-linux-x64
|
||||
sha256sums_x86_64 = 44baf6b66ce254e75b7d5517559038708448845bf2a16ebcfbe4dadf5b27e2e5
|
||||
source_x86_64 = plannotator-linux-x64-v0.8.5::https://github.com/backnotprop/plannotator/releases/download/v0.8.5/plannotator-linux-x64
|
||||
sha256sums_x86_64 = 311134a74bda89aa5d6e408ddfdd95463bfbda0092602d4fd8245296163bbd65
|
||||
|
||||
pkgname = plannotator-bin
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
_pkgname=plannotator
|
||||
pkgname=plannotator-bin
|
||||
pkgver=0.8.3
|
||||
pkgver=0.8.5
|
||||
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=('44baf6b66ce254e75b7d5517559038708448845bf2a16ebcfbe4dadf5b27e2e5')
|
||||
sha256sums_x86_64=('311134a74bda89aa5d6e408ddfdd95463bfbda0092602d4fd8245296163bbd65')
|
||||
|
||||
latestver() {
|
||||
curl -s "https://api.github.com/repos/backnotprop/plannotator/releases/latest" | \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue