chore(update): 1.16.1

This commit is contained in:
Lukas Grossar
2025-05-21 07:57:39 +02:00
parent 8864bd1b15
commit c697aa0555
2 changed files with 5 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
pkgbase = velero-bin
pkgdesc = Backup client for Kubernetes
pkgver = 1.16.0
pkgver = 1.16.1
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.16.0/velero-v1.16.0-linux-amd64.tar.gz
sha256sums = b228154536d377cd6ddc271f5d6a622f1167d911ae555dd7382181d0840f6d05
source = https://github.com/vmware-tanzu/velero/releases/download/v1.16.1/velero-v1.16.1-linux-amd64.tar.gz
sha256sums = 0a576053cd051268aee40a3ebc9fbf8f72c4fa6a03792100d9009c50367e795f
pkgname = velero-bin

View File

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