summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorml2020-07-27 08:01:24 +0200
committerml2020-07-27 08:01:24 +0200
commit02aa37fa18a1825c0539e57d60506c72fee5e4e3 (patch)
tree4cef12538d87d93c12db6f85894ba3497613279c /PKGBUILD
parentc67defc73bf3744c2ef97dab3b6cdae40b367d25 (diff)
downloadaur-02aa37fa18a1825c0539e57d60506c72fee5e4e3.tar.gz
updpkg: kpt 0.32.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9a760d82390c..e185e6893c78 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: ml <ml@visu.li>
pkgname=kpt
-pkgver=0.31.0
+pkgver=0.32.0
pkgrel=1
pkgdesc='Toolkit to manage, manipulate, customize, and apply Kubernetes Resource configurations'
arch=('x86_64')
@@ -10,7 +10,7 @@ depends=('git')
makedepends=('go')
install=kpt.install
source=("https://github.com/GoogleContainerTools/kpt/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('1e4884e6a24a917fb62a5eac53a02c92ff82b7625ac4dc7f80d1b1cd4d7b5a9c')
+sha256sums=('4c17a63531acd5c6327dca55f5662d996a6bbcb18a7db989afae1cfe7ef71e45')
prepare() {
cd "${pkgname}-${pkgver}"