chore(update): 1.10.1
This commit is contained in:
8
.SRCINFO
8
.SRCINFO
@@ -1,14 +1,14 @@
|
|||||||
pkgbase = velero-bin
|
pkgbase = velero-bin
|
||||||
pkgdesc = Backup client for Kubernetes
|
pkgdesc = Backup client for Kubernetes
|
||||||
pkgver = 1.10.0
|
pkgver = 1.10.1
|
||||||
pkgrel = 2
|
pkgrel = 1
|
||||||
url = https://github.com/vmware-tanzu/velero
|
url = https://github.com/vmware-tanzu/velero
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
license = Apache
|
license = Apache
|
||||||
depends = kubectl
|
depends = kubectl
|
||||||
provides = velero
|
provides = velero
|
||||||
conflicts = velero
|
conflicts = velero
|
||||||
source = https://github.com/vmware-tanzu/velero/releases/download/v1.10.0/velero-v1.10.0-linux-amd64.tar.gz
|
source = https://github.com/vmware-tanzu/velero/releases/download/v1.10.1/velero-v1.10.1-linux-amd64.tar.gz
|
||||||
sha256sums = 3cf8c26b17a06f3f43ec43c854618a619f4e14e2e690bd813e55797aae1db155
|
sha256sums = 91187a3e727b25caa577934dc1587ac0db0f808aa8c2c85df291b84fe8ed9966
|
||||||
|
|
||||||
pkgname = velero-bin
|
pkgname = velero-bin
|
||||||
|
|||||||
6
PKGBUILD
6
PKGBUILD
@@ -1,8 +1,8 @@
|
|||||||
# Maintainer: Lukas Grossar <lukas.grossar@gmail.com>
|
# Maintainer: Lukas Grossar <lukas.grossar@gmail.com>
|
||||||
|
|
||||||
pkgname=velero-bin
|
pkgname=velero-bin
|
||||||
pkgver=1.10.0
|
pkgver=1.10.1
|
||||||
pkgrel=2
|
pkgrel=1
|
||||||
pkgdesc="Backup client for Kubernetes"
|
pkgdesc="Backup client for Kubernetes"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url="https://github.com/vmware-tanzu/velero"
|
url="https://github.com/vmware-tanzu/velero"
|
||||||
@@ -11,7 +11,7 @@ provides=('velero')
|
|||||||
conflicts=('velero')
|
conflicts=('velero')
|
||||||
license=('Apache')
|
license=('Apache')
|
||||||
source=("https://github.com/vmware-tanzu/velero/releases/download/v${pkgver}/velero-v${pkgver}-linux-amd64.tar.gz")
|
source=("https://github.com/vmware-tanzu/velero/releases/download/v${pkgver}/velero-v${pkgver}-linux-amd64.tar.gz")
|
||||||
sha256sums=('3cf8c26b17a06f3f43ec43c854618a619f4e14e2e690bd813e55797aae1db155')
|
sha256sums=('91187a3e727b25caa577934dc1587ac0db0f808aa8c2c85df291b84fe8ed9966')
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
install -Dm 755 "$srcdir/velero-v${pkgver}-linux-amd64/velero" -t "$pkgdir/usr/bin"
|
install -Dm 755 "$srcdir/velero-v${pkgver}-linux-amd64/velero" -t "$pkgdir/usr/bin"
|
||||||
|
|||||||
Reference in New Issue
Block a user