summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Nicholson2019-10-08 21:19:02 -0700
committerPaul Nicholson2019-10-08 21:19:02 -0700
commit02769dba7853487e3d3982be4d365bbf5d137af7 (patch)
tree9dafd6b4d32daa3ae5b9764e64aa6aa6c2b307bb
parentcd10df3de534ed537b3939a2c808f00f78f215c8 (diff)
downloadaur-02769dba7853487e3d3982be4d365bbf5d137af7.tar.gz
upgpkg: kustomize-bin 3.2.3-1
upstream release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 62cfb462afec..d814b448d2a7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = kustomize-bin
pkgdesc = Customization of Kubernetes YAML configurations
- pkgver = 3.2.2
+ pkgver = 3.2.3
pkgrel = 1
url = https://github.com/kubernetes-sigs/kustomize
arch = x86_64
license = Apache
- source = https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize%2Fv3.2.2/kustomize_kustomize.v3.2.2_linux_amd64
- sha256sums = c25c41d2295326d0af7c2613ff9d0ce7d3432dfc7a6426da6242213a1fd60e0e
+ source = https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize%2Fv3.2.3/kustomize_kustomize.v3.2.3_linux_amd64
+ sha256sums = 77e4615f47cc1149873bd9ab398d48fec245812dfe391ff9a73193fb9a65df97
pkgname = kustomize-bin
diff --git a/PKGBUILD b/PKGBUILD
index 55a447dddbdb..b985f7e45e5a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
_name=kustomize
pkgname=kustomize-bin
-pkgver=3.2.2
+pkgver=3.2.3
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=('c25c41d2295326d0af7c2613ff9d0ce7d3432dfc7a6426da6242213a1fd60e0e')
+sha256sums=('77e4615f47cc1149873bd9ab398d48fec245812dfe391ff9a73193fb9a65df97')
package() {
cd "${srcdir}"