mirror of
https://github.com/archlinux/aur.git
synced 2026-02-08 13:12:02 +01:00
Update to v0.20.7
This commit is contained in:
parent
e0d0e53906
commit
3340e7ba36
2 changed files with 8 additions and 8 deletions
10
.SRCINFO
10
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = gw-tools
|
||||
pkgdesc = Git worktree manager - Streamline your multi-branch development workflow
|
||||
pkgver = 0.20.5
|
||||
pkgver = 0.20.7
|
||||
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.20.5-x64::https://github.com/mthines/gw-tools/releases/download/v0.20.5/gw-linux-x64
|
||||
sha256sums_x86_64 = 45a021072a19868dd6ee8d720b5cf8acfcf8d21512561bdcbc4eaae9837b4385
|
||||
source_aarch64 = gw-tools-0.20.5-arm64::https://github.com/mthines/gw-tools/releases/download/v0.20.5/gw-linux-arm64
|
||||
sha256sums_aarch64 = 74444dd5a71c56ee5a1b86c9d95202f14ca408ed6ad0714499d536cdadf886e5
|
||||
source_x86_64 = gw-tools-0.20.7-x64::https://github.com/mthines/gw-tools/releases/download/v0.20.7/gw-linux-x64
|
||||
sha256sums_x86_64 = ef1ef9127b188bca84ba0ac889b4ad2e2fbed8ca7ebcfaaea2058d7f0b40f396
|
||||
source_aarch64 = gw-tools-0.20.7-arm64::https://github.com/mthines/gw-tools/releases/download/v0.20.7/gw-linux-arm64
|
||||
sha256sums_aarch64 = 9d51d01f464151f7d51611c227b5f5a81f51c8a2357c4d9d04ca1b0f2c6e4255
|
||||
|
||||
pkgname = gw-tools
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -1,6 +1,6 @@
|
|||
# Maintainer: Mads Thines Coello <madsthines@gmail.com>
|
||||
pkgname=gw-tools
|
||||
pkgver=0.20.5
|
||||
pkgver=0.20.7
|
||||
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=('45a021072a19868dd6ee8d720b5cf8acfcf8d21512561bdcbc4eaae9837b4385')
|
||||
sha256sums_aarch64=('74444dd5a71c56ee5a1b86c9d95202f14ca408ed6ad0714499d536cdadf886e5')
|
||||
sha256sums_x86_64=('ef1ef9127b188bca84ba0ac889b4ad2e2fbed8ca7ebcfaaea2058d7f0b40f396')
|
||||
sha256sums_aarch64=('9d51d01f464151f7d51611c227b5f5a81f51c8a2357c4d9d04ca1b0f2c6e4255')
|
||||
|
||||
package() {
|
||||
if [ "$CARCH" = "x86_64" ]; then
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue