summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Beaumont2020-12-10 20:05:29 +0100
committerMichael Beaumont2020-12-10 20:05:29 +0100
commitd3ae8485d0403368d1b8309503346cb0fde8efc9 (patch)
tree6fdbcbe6e99c61ac76942760ca03cafbf5955301
parent79ede81562aa9719f53e04758d2900858a0df95b (diff)
downloadaur-d3ae8485d0403368d1b8309503346cb0fde8efc9.tar.gz
upgpkg: kustomize-bin 3.8.8-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 39042da8c628..d81298aece13 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = kustomize-bin
pkgdesc = Customization of Kubernetes YAML configurations
- pkgver = 3.8.1
+ pkgver = 3.8.8
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.8.1/kustomize_v3.8.1_linux_amd64.tar.gz
- sha256sums = 9d5b68f881ba89146678a0399469db24670cba4813e0299b47cb39a240006f37
+ source = https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize%2Fv3.8.8/kustomize_v3.8.8_linux_amd64.tar.gz
+ sha256sums = 175938206f23956ec18dac3da0816ea5b5b485a8493a839da278faac82e3c303
pkgname = kustomize-bin
diff --git a/PKGBUILD b/PKGBUILD
index bc90c7da5b3e..8725c56ac63e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_name=kustomize
pkgname=kustomize-bin
-pkgver=3.8.1
+pkgver=3.8.8
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=('9d5b68f881ba89146678a0399469db24670cba4813e0299b47cb39a240006f37')
+sha256sums=('175938206f23956ec18dac3da0816ea5b5b485a8493a839da278faac82e3c303')
package() {
cd "${srcdir}"