summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Nicholson2019-02-08 08:34:23 -0800
committerPaul Nicholson2019-02-08 08:34:23 -0800
commitc5c63bc95db79c7ae89ff4dcbc2ab0d71bb7a842 (patch)
treea119c6583d13faff8c24f83aa689fb15adf5959a
parent1889c23893510ab30fe095ccb6ed1b07f306e907 (diff)
downloadaur-c5c63bc95db79c7ae89ff4dcbc2ab0d71bb7a842.tar.gz
upgpkg: kustomize-bin 2.0.1-1
upstream release kustomize v2.0.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 23954ceb8820..1e55e86ce8b8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = kustomize-bin
pkgdesc = Customization of Kubernetes YAML configurations
- pkgver = 1.0.11
+ pkgver = 2.0.1
pkgrel = 1
url = https://github.com/kubernetes-sigs/kustomize
arch = x86_64
license = Apache
- source = https://github.com/kubernetes-sigs/kustomize/releases/download/v1.0.11/kustomize_1.0.11_linux_amd64
- sha256sums = 2b21b44f0245ac774f0b35e5181fd8ad7fc42a9426bc0bbfe82a75bea286b48b
+ source = https://github.com/kubernetes-sigs/kustomize/releases/download/v2.0.1/kustomize_2.0.1_linux_amd64
+ sha256sums = 7fb7e538e4c48749d3a5972f338158f3aab1579f24bb7481d9d813f9c049b17b
pkgname = kustomize-bin
diff --git a/PKGBUILD b/PKGBUILD
index 2c244d0f510f..c4fe2f83191b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
_name=kustomize
pkgname=kustomize-bin
-pkgver=1.0.11
+pkgver=2.0.1
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/v${pkgver}/${_name}_${pkgver}_linux_amd64")
-sha256sums=('2b21b44f0245ac774f0b35e5181fd8ad7fc42a9426bc0bbfe82a75bea286b48b')
+sha256sums=('7fb7e538e4c48749d3a5972f338158f3aab1579f24bb7481d9d813f9c049b17b')
package() {
cd "${srcdir}"