summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f8e5845f5b0f..f0ee938ef170 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Dominic Brekau <aur@dominic.brekau.de>
pkgname=kube-dump
-pkgver=1.0.7
+pkgver=1.1.1
pkgrel=1
pkgdesc='Backup a Kubernetes cluster as a yaml manifest'
arch=('x86_64')
@@ -9,7 +9,7 @@ url='https://github.com/WoozyMasta/kube-dump'
depends=('kubectl' 'jq' 'go-yq')
license=('GPL3')
source=("https://github.com/WoozyMasta/${pkgname}/archive/refs/tags/${pkgver}.tar.gz")
-sha256sums=('d120849899ee9154a4c7de1fe20568563ec2712797f29d538192b122a040e46f')
+sha256sums=('64f3fe61cbde6fad57563fc013e34578ff3d84f5a3d267c0b2f6c8fed2a998b7')
package() {
install -Dm 755 "$srcdir/${pkgname}-${pkgver}/kube-dump" -t "$pkgdir/usr/bin"