Update to v0.6.4

This commit is contained in:
Pedro Pagan 2026-01-24 15:47:20 -03:00
parent 94cad87369
commit e257cc6f7d
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.3
pkgver = 0.6.4
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.3.tar.gz::https://github.com/pedrinhopagan/workopilot/releases/download/v0.6.3/workopilot-linux-x86_64.tar.gz
sha256sums = ad7bb58463faee77d6b5af91961fa6ea967f37ec5fa2fbcb1d974000dadbcf78
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
pkgname = workopilot-bin

View file

@ -1,6 +1,6 @@
# Maintainer: Pedro <pedroantoniobonaldo@gmail.com>
pkgname=workopilot-bin
pkgver=0.6.3
pkgver=0.6.4
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=('ad7bb58463faee77d6b5af91961fa6ea967f37ec5fa2fbcb1d974000dadbcf78')
sha256sums=('937bc4c78108cc1d8dd689a42b784232247f1281ab321938f8d6dd92be5301a4')
package() {
cd "$srcdir/workopilot-linux-x86_64"