chore(update): 1.10.1

This commit is contained in:
Lukas Grossar
2023-02-16 06:14:15 +01:00
parent 01752743fd
commit 3ee1b17350
2 changed files with 7 additions and 7 deletions

View File

@@ -1,8 +1,8 @@
# Maintainer: Lukas Grossar <lukas.grossar@gmail.com>
pkgname=velero-bin
pkgver=1.10.0
pkgrel=2
pkgver=1.10.1
pkgrel=1
pkgdesc="Backup client for Kubernetes"
arch=('x86_64')
url="https://github.com/vmware-tanzu/velero"
@@ -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=('3cf8c26b17a06f3f43ec43c854618a619f4e14e2e690bd813e55797aae1db155')
sha256sums=('91187a3e727b25caa577934dc1587ac0db0f808aa8c2c85df291b84fe8ed9966')
package() {
install -Dm 755 "$srcdir/velero-v${pkgver}-linux-amd64/velero" -t "$pkgdir/usr/bin"