Update to v0.20.1

This commit is contained in:
mthines 2026-02-06 12:57:47 +01:00
parent 0a9267568e
commit a32e0fac29
No known key found for this signature in database
GPG key ID: E07B81CDB2E43F0E
2 changed files with 8 additions and 8 deletions

View file

@ -1,6 +1,6 @@
pkgbase = gw-tools
pkgdesc = Git worktree manager - Streamline your multi-branch development workflow
pkgver = 0.19.0
pkgver = 0.20.1
pkgrel = 1
url = https://github.com/mthines/gw-tools
arch = x86_64
@ -8,9 +8,9 @@ pkgbase = gw-tools
license = MIT
provides = gw
conflicts = gw
source_x86_64 = gw-tools-0.19.0-x64::https://github.com/mthines/gw-tools/releases/download/v0.19.0/gw-linux-x64
sha256sums_x86_64 = b82bf6f59933065985360d5a58bb4e5eb800598f5dddc473c9bfe5186cfc684e
source_aarch64 = gw-tools-0.19.0-arm64::https://github.com/mthines/gw-tools/releases/download/v0.19.0/gw-linux-arm64
sha256sums_aarch64 = 2ebbf2eaa5bf31e23b856364db45e60ca6ce6d637c75f3df1a78108b8bb2c9ed
source_x86_64 = gw-tools-0.20.1-x64::https://github.com/mthines/gw-tools/releases/download/v0.20.1/gw-linux-x64
sha256sums_x86_64 = d6f52012b1cd96e284b2146ab56fcceb5f5f197b1ec55023be25c744bcd3da7f
source_aarch64 = gw-tools-0.20.1-arm64::https://github.com/mthines/gw-tools/releases/download/v0.20.1/gw-linux-arm64
sha256sums_aarch64 = 79939d0706a4dc6715fd031bdc2383318be2174e1ba2055f0c15334e7e6ecead
pkgname = gw-tools

View file

@ -1,6 +1,6 @@
# Maintainer: Mads Thines Coello <madsthines@gmail.com>
pkgname=gw-tools
pkgver=0.19.0
pkgver=0.20.1
pkgrel=1
pkgdesc="Git worktree manager - Streamline your multi-branch development workflow"
arch=('x86_64' 'aarch64')
@ -13,8 +13,8 @@ conflicts=('gw')
source_x86_64=("$pkgname-$pkgver-x64::$url/releases/download/v$pkgver/gw-linux-x64")
source_aarch64=("$pkgname-$pkgver-arm64::$url/releases/download/v$pkgver/gw-linux-arm64")
sha256sums_x86_64=('b82bf6f59933065985360d5a58bb4e5eb800598f5dddc473c9bfe5186cfc684e')
sha256sums_aarch64=('2ebbf2eaa5bf31e23b856364db45e60ca6ce6d637c75f3df1a78108b8bb2c9ed')
sha256sums_x86_64=('d6f52012b1cd96e284b2146ab56fcceb5f5f197b1ec55023be25c744bcd3da7f')
sha256sums_aarch64=('79939d0706a4dc6715fd031bdc2383318be2174e1ba2055f0c15334e7e6ecead')
package() {
if [ "$CARCH" = "x86_64" ]; then