summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPaul Nicholson2019-10-07 16:20:22 -0700
committerPaul Nicholson2019-10-07 16:20:22 -0700
commitcd10df3de534ed537b3939a2c808f00f78f215c8 (patch)
tree7738d5d34db6c28c3af1a50677b28646358b596f /PKGBUILD
parentdb6eb8d685ca042a587dd3e8ab7c136cff52d2a9 (diff)
downloadaur-cd10df3de534ed537b3939a2c808f00f78f215c8.tar.gz
upgpkg: kustomize-bin 3.2.2-1
upstream release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 18ad701dec27..55a447dddbdb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
_name=kustomize
pkgname=kustomize-bin
-pkgver=3.2.1
+pkgver=3.2.2
pkgrel=1
pkgdesc="Customization of Kubernetes YAML configurations"
arch=('x86_64')
url="https://github.com/kubernetes-sigs/kustomize"
license=('Apache')
source=("https://github.com/kubernetes-sigs/${_name}/releases/download/${_name}%2Fv${pkgver}/${_name}_${_name}.v${pkgver}_linux_amd64")
-sha256sums=('a91b38778945e8a63fe70bc7522703a94c1d572d5dcee245e96647359e1fd04b')
+sha256sums=('c25c41d2295326d0af7c2613ff9d0ce7d3432dfc7a6426da6242213a1fd60e0e')
package() {
cd "${srcdir}"