diff --git a/.SRCINFO b/.SRCINFO index 977a2e1..f335fc5 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,14 +1,14 @@ pkgbase = velero-bin pkgdesc = Backup client for Kubernetes - pkgver = 1.3.1 + pkgver = 1.3.2 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.3.1/velero-v1.3.1-linux-amd64.tar.gz - sha256sums = 481c9aeac8aa66178d85a0d61921d14c6d014bf97e1d104aefee714517983888 + source = https://github.com/heptio/velero/releases/download/v1.3.2/velero-v1.3.2-linux-amd64.tar.gz + sha256sums = ee0284d009b281b51d056f6b3c14388a1bc3cab076649b11e240b7e3a59e065c pkgname = velero-bin diff --git a/PKGBUILD b/PKGBUILD index 75cef81..0d47620 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Lukas Grossar pkgname=velero-bin -pkgver=1.3.1 +pkgver=1.3.2 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=('481c9aeac8aa66178d85a0d61921d14c6d014bf97e1d104aefee714517983888') +sha256sums=('ee0284d009b281b51d056f6b3c14388a1bc3cab076649b11e240b7e3a59e065c') package() { install -Dm 755 "$srcdir/velero-v${pkgver}-linux-amd64/velero" -t "$pkgdir/usr/bin"