summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukas Grossar2021-01-21 13:02:50 +0100
committerLukas Grossar2021-01-21 13:02:50 +0100
commit446e1ed1d9a75708d26575f87661a1a3a1afa4cd (patch)
treeaff53133b333d4ee36a9a5f51ef3dd35a453f4f0
parent7f2cbad1a1cc8d29780db71baaa25879ad01228f (diff)
downloadaur-446e1ed1d9a75708d26575f87661a1a3a1afa4cd.tar.gz
update to v1.5.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index de67e8873d0b..f7cd09cb8a32 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = velero-bin
pkgdesc = Backup client for Kubernetes
- pkgver = 1.5.2
+ pkgver = 1.5.3
pkgrel = 1
url = https://github.com/heptio/velero
arch = x86_64
license = Apache
depends = kubectl
replaces = ark-bin
- source = https://github.com/heptio/velero/releases/download/v1.5.2/velero-v1.5.2-linux-amd64.tar.gz
- sha256sums = 2dfc6ebbe01c7157650ff6c22f9b4842dde99402fbf084f32ae8a7157002a24f
+ source = https://github.com/heptio/velero/releases/download/v1.5.3/velero-v1.5.3-linux-amd64.tar.gz
+ sha256sums = 9fd6884a88470a555990cc51f5590f9edb5fd55315040573d5aab918e105cb13
pkgname = velero-bin
diff --git a/PKGBUILD b/PKGBUILD
index 202ee2cb08e7..cb7a9ac4d85e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Lukas Grossar <lukas.grossar@gmail.com>
pkgname=velero-bin
-pkgver=1.5.2
+pkgver=1.5.3
pkgrel=1
pkgdesc="Backup client for Kubernetes"
arch=('x86_64')
@@ -10,7 +10,7 @@ depends=('kubectl')
replaces=('ark-bin')
license=('Apache')
source=("https://github.com/heptio/velero/releases/download/v${pkgver}/velero-v${pkgver}-linux-amd64.tar.gz")
-sha256sums=('2dfc6ebbe01c7157650ff6c22f9b4842dde99402fbf084f32ae8a7157002a24f')
+sha256sums=('9fd6884a88470a555990cc51f5590f9edb5fd55315040573d5aab918e105cb13')
package() {
install -Dm 755 "$srcdir/velero-v${pkgver}-linux-amd64/velero" -t "$pkgdir/usr/bin"