summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Beaumont2020-07-16 10:23:36 +0200
committerMichael Beaumont2020-07-16 10:23:36 +0200
commit79ede81562aa9719f53e04758d2900858a0df95b (patch)
treee09e89c2adc89f97e2ea8f293cc0621858cb49a8
parent43eb84687ee7dbe7920f83f5d182ba067ac9f964 (diff)
downloadaur-79ede81562aa9719f53e04758d2900858a0df95b.tar.gz
upgpkg: kustomize-bin 3.8.1-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 14f0d6488f3f..39042da8c628 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = kustomize-bin
pkgdesc = Customization of Kubernetes YAML configurations
- pkgver = 3.6.1
+ pkgver = 3.8.1
pkgrel = 1
url = https://github.com/kubernetes-sigs/kustomize
arch = x86_64
license = Apache
provides = kustomize
- source = https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize%2Fv3.6.1/kustomize_v3.6.1_linux_amd64.tar.gz
- sha256sums = 0aeca6a054183bd8e7c29307875c8162aba6d2d4e170d3e7751aa78660237126
+ source = https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize%2Fv3.8.1/kustomize_v3.8.1_linux_amd64.tar.gz
+ sha256sums = 9d5b68f881ba89146678a0399469db24670cba4813e0299b47cb39a240006f37
pkgname = kustomize-bin
diff --git a/PKGBUILD b/PKGBUILD
index 7e4007570c6d..bc90c7da5b3e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_name=kustomize
pkgname=kustomize-bin
-pkgver=3.6.1
+pkgver=3.8.1
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=('0aeca6a054183bd8e7c29307875c8162aba6d2d4e170d3e7751aa78660237126')
+sha256sums=('9d5b68f881ba89146678a0399469db24670cba4813e0299b47cb39a240006f37')
package() {
cd "${srcdir}"