mirror of
https://github.com/archlinux/aur.git
synced 2026-01-27 20:28:31 +01:00
Update to v0.6.4
This commit is contained in:
parent
94cad87369
commit
e257cc6f7d
2 changed files with 5 additions and 5 deletions
6
.SRCINFO
6
.SRCINFO
|
|
@ -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
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue