chore(update): 1.11.0

This commit is contained in:
Lukas Grossar
2023-04-24 16:28:00 +02:00
parent f1a1f4a68a
commit a7417471fa
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.10.2
pkgver=1.11.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=('820d605796a05195d77724380be7dcb5a94a5c06b59dd710ca2dc89b54427c7d')
sha256sums=('0d4db0d5081d8c3926d14fbdae28bc5ace9b9d07a2229d5f3077e32fcc52e579')
package() {
install -Dm 755 "$srcdir/velero-v${pkgver}-linux-amd64/velero" -t "$pkgdir/usr/bin"