chore(update): 1.13.2

This commit is contained in:
Lukas Grossar
2024-05-23 10:09:53 +02:00
parent ef3af4f16a
commit 46973219bc
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.13.1
pkgver=1.13.2
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=('5dc0ffcb56ae703230d030e6ce490a0e0c933e73745a84dd216677ba877a6f49')
sha256sums=('f460ef5594c7f7b43a74a6c560268723cd7386e0e7ff8e172643ea236f579033')
package() {
install -Dm 755 "$srcdir/velero-v${pkgver}-linux-amd64/velero" -t "$pkgdir/usr/bin"