Update to v0.7.1

This commit is contained in:
Pedro Pagan 2026-01-27 15:04:09 -03:00
parent e257cc6f7d
commit 04bc5d93ce
2 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
pkgbase = workopilot-bin
pkgdesc = Your AI-powered work copilot for development - task management with AI assistance
pkgver = 0.6.4
pkgver = 0.7.1
pkgrel = 1
url = https://github.com/pedrinhopagan/workopilot
install = workopilot-bin.install
@ -22,7 +22,7 @@ pkgbase = workopilot-bin
conflicts = workopilot
options = !strip
options = !emptydirs
source = workopilot-bin-0.6.4.tar.gz::https://github.com/pedrinhopagan/workopilot/releases/download/v0.6.4/workopilot-linux-x86_64.tar.gz
sha256sums = 937bc4c78108cc1d8dd689a42b784232247f1281ab321938f8d6dd92be5301a4
source = workopilot-bin-0.7.1.tar.gz::https://github.com/pedrinhopagan/workopilot/releases/download/v0.7.1/workopilot-linux-x86_64.tar.gz
sha256sums = 2c6ebbf0d39ae80a65ca5e86741ccbf3813fdfe1d3c1030712a8a5fc44e29b54
pkgname = workopilot-bin

View file

@ -1,6 +1,6 @@
# Maintainer: Pedro <pedroantoniobonaldo@gmail.com>
pkgname=workopilot-bin
pkgver=0.6.4
pkgver=0.7.1
pkgrel=1
pkgdesc="Your AI-powered work copilot for development - task management with AI assistance"
arch=('x86_64')
@ -27,7 +27,7 @@ conflicts=('workopilot')
options=('!strip' '!emptydirs')
install=${pkgname}.install
source=("${pkgname}-${pkgver}.tar.gz::${url}/releases/download/v${pkgver}/workopilot-linux-x86_64.tar.gz")
sha256sums=('937bc4c78108cc1d8dd689a42b784232247f1281ab321938f8d6dd92be5301a4')
sha256sums=('2c6ebbf0d39ae80a65ca5e86741ccbf3813fdfe1d3c1030712a8a5fc44e29b54')
package() {
cd "$srcdir/workopilot-linux-x86_64"