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,6 +1,6 @@
pkgbase = velero-bin
pkgdesc = Backup client for Kubernetes
pkgver = 1.10.2
pkgver = 1.11.0
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.10.2/velero-v1.10.2-linux-amd64.tar.gz
sha256sums = 820d605796a05195d77724380be7dcb5a94a5c06b59dd710ca2dc89b54427c7d
source = https://github.com/vmware-tanzu/velero/releases/download/v1.11.0/velero-v1.11.0-linux-amd64.tar.gz
sha256sums = 0d4db0d5081d8c3926d14fbdae28bc5ace9b9d07a2229d5f3077e32fcc52e579
pkgname = velero-bin

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"