chore(update): 1.12.0

This commit is contained in:
Lukas Grossar
2023-09-22 11:39:10 +02:00
parent a7417471fa
commit 50ce65d9bb
2 changed files with 5 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
# Maintainer: Lukas Grossar <lukas.grossar@gmail.com>
pkgname=velero-bin
pkgver=1.11.0
pkgver=1.12.0
pkgrel=1
pkgdesc="Backup client for Kubernetes"
arch=('x86_64')
@@ -11,7 +11,7 @@ provides=('velero')
conflicts=('velero')
license=('Apache')
source=("https://github.com/vmware-tanzu/velero/releases/download/v${pkgver}/velero-v${pkgver}-linux-amd64.tar.gz")
sha256sums=('0d4db0d5081d8c3926d14fbdae28bc5ace9b9d07a2229d5f3077e32fcc52e579')
sha256sums=('68a8201a13dee49c74c3ed4e2b525c80ec40b97543b5fa1ceb921195990d6ba6')
package() {
install -Dm 755 "$srcdir/velero-v${pkgver}-linux-amd64/velero" -t "$pkgdir/usr/bin"