summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Nicholson2019-11-12 21:30:06 -0800
committerPaul Nicholson2019-11-12 21:30:06 -0800
commita331cbe7435a4250ad2d350709367895ccdba379 (patch)
treeb9f59f887f249a552193221d393e8a5d0bd796d6
parent1effd33ea6f43a895ca5a5cf144fc0113be97e22 (diff)
downloadaur-a331cbe7435a4250ad2d350709367895ccdba379.tar.gz
upgpkg: kustomize-bin 3.4.0-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 8bb215c96314..4f8d3b79ba06 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = kustomize-bin
pkgdesc = Customization of Kubernetes YAML configurations
- pkgver = 3.3.0
+ pkgver = 3.4.0
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.3.0/kustomize_v3.3.0_linux_amd64.tar.gz
- sha256sums = 4b49e1bbdb09851f11bb81081bfffddc7d4ad5f99b4be7ef378f6e3cf98d42b6
+ source = https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize%2Fv3.4.0/kustomize_v3.4.0_linux_amd64.tar.gz
+ sha256sums = eabfa641685b1a168c021191e6029f66125be94449b60eb12843da8df3b092ba
pkgname = kustomize-bin
diff --git a/PKGBUILD b/PKGBUILD
index 4d227800275f..4a4fff4c8d1e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
_name=kustomize
pkgname=kustomize-bin
-pkgver=3.3.0
+pkgver=3.4.0
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}_v${pkgver}_linux_amd64.tar.gz")
-sha256sums=('4b49e1bbdb09851f11bb81081bfffddc7d4ad5f99b4be7ef378f6e3cf98d42b6')
+sha256sums=('eabfa641685b1a168c021191e6029f66125be94449b60eb12843da8df3b092ba')
package() {
cd "${srcdir}"