This commit is contained in:
Evan Sosenko 2026-01-15 22:11:36 -08:00
parent fe1aad0d83
commit 43848ebc9b
No known key found for this signature in database
GPG key ID: 757C899CECF66FE0
2 changed files with 8 additions and 8 deletions

View file

@ -1,14 +1,14 @@
pkgbase = worktrunk-bin
pkgdesc = Worktrunk is a CLI for git worktree management, designed for running AI agents in parallel.
pkgver = 0.14.2
pkgver = 0.15.0
pkgrel = 1
url = https://github.com/max-sixty/worktrunk
arch = x86_64
arch = aarch64
license = MIT OR Apache-2.0
source_x86_64 = https://github.com/max-sixty/worktrunk/releases/download/v0.14.2/worktrunk-x86_64-unknown-linux-musl.tar.xz
sha256sums_x86_64 = b039d788aef109bb6ee48c6c1cc996497e5d90de9c201b21bb17e4091e51abea
source_aarch64 = https://github.com/max-sixty/worktrunk/releases/download/v0.14.2/worktrunk-aarch64-unknown-linux-musl.tar.xz
sha256sums_aarch64 = 933b1c63751b47f0e97d6a7050c7eedeb47f5cc42387d44e29f87a2ec0032478
source_x86_64 = https://github.com/max-sixty/worktrunk/releases/download/v0.15.0/worktrunk-x86_64-unknown-linux-musl.tar.xz
sha256sums_x86_64 = 2bfb1b24b4479ae6bb53d748ad6b1080d8498d18aa51ae23dfe69473a304505e
source_aarch64 = https://github.com/max-sixty/worktrunk/releases/download/v0.15.0/worktrunk-aarch64-unknown-linux-musl.tar.xz
sha256sums_aarch64 = c8272f3e19632d18dcfd6955a60ddb03d954b26fed14d74f66bfecf40902fac2
pkgname = worktrunk-bin

View file

@ -1,6 +1,6 @@
# Maintainer: Evan Sosenko <razorx@evansosenko.com>
pkgname=worktrunk-bin
pkgver=0.14.2
pkgver=0.15.0
pkgrel=1
pkgdesc="Worktrunk is a CLI for git worktree management, designed for running AI agents in parallel."
arch=('x86_64' 'aarch64')
@ -8,8 +8,8 @@ url="https://github.com/max-sixty/worktrunk"
license=('MIT OR Apache-2.0')
source_x86_64=("https://github.com/max-sixty/worktrunk/releases/download/v$pkgver/worktrunk-x86_64-unknown-linux-musl.tar.xz")
source_aarch64=("https://github.com/max-sixty/worktrunk/releases/download/v$pkgver/worktrunk-aarch64-unknown-linux-musl.tar.xz")
sha256sums_x86_64=('b039d788aef109bb6ee48c6c1cc996497e5d90de9c201b21bb17e4091e51abea')
sha256sums_aarch64=('933b1c63751b47f0e97d6a7050c7eedeb47f5cc42387d44e29f87a2ec0032478')
sha256sums_x86_64=('2bfb1b24b4479ae6bb53d748ad6b1080d8498d18aa51ae23dfe69473a304505e')
sha256sums_aarch64=('c8272f3e19632d18dcfd6955a60ddb03d954b26fed14d74f66bfecf40902fac2')
build() {
mkdir -p "home/.config/fish/conf.d/" \