From 46973219bc7db40c783e860e0fcbb140509736c2 Mon Sep 17 00:00:00 2001 From: Lukas Grossar Date: Thu, 23 May 2024 10:09:53 +0200 Subject: [PATCH] chore(update): 1.13.2 --- .SRCINFO | 6 +++--- PKGBUILD | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 71f4344..5b3327d 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = velero-bin pkgdesc = Backup client for Kubernetes - pkgver = 1.13.1 + pkgver = 1.13.2 pkgrel = 1 url = https://github.com/vmware-tanzu/velero arch = x86_64 @@ -8,7 +8,7 @@ pkgbase = velero-bin depends = kubectl provides = velero conflicts = velero - source = https://github.com/vmware-tanzu/velero/releases/download/v1.13.1/velero-v1.13.1-linux-amd64.tar.gz - sha256sums = 5dc0ffcb56ae703230d030e6ce490a0e0c933e73745a84dd216677ba877a6f49 + source = https://github.com/vmware-tanzu/velero/releases/download/v1.13.2/velero-v1.13.2-linux-amd64.tar.gz + sha256sums = f460ef5594c7f7b43a74a6c560268723cd7386e0e7ff8e172643ea236f579033 pkgname = velero-bin diff --git a/PKGBUILD b/PKGBUILD index 5e93c55..310de89 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Lukas Grossar 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"