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 bc90c7da5b3e..8725c56ac63e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_name=kustomize
pkgname=kustomize-bin
-pkgver=3.8.1
+pkgver=3.8.8
pkgrel=1
pkgdesc="Customization of Kubernetes YAML configurations"
arch=('x86_64')
@@ -12,7 +12,7 @@ url="https://github.com/kubernetes-sigs/kustomize"
license=('Apache')
provides=('kustomize')
source=("https://github.com/kubernetes-sigs/${_name}/releases/download/${_name}%2Fv${pkgver}/${_name}_v${pkgver}_linux_amd64.tar.gz")
-sha256sums=('9d5b68f881ba89146678a0399469db24670cba4813e0299b47cb39a240006f37')
+sha256sums=('175938206f23956ec18dac3da0816ea5b5b485a8493a839da278faac82e3c303')
package() {
cd "${srcdir}"