summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Beaumont2022-05-23 14:54:39 +0200
committerMike Beaumont2022-05-23 14:54:39 +0200
commitdc649b0c067fedd92d2fad77db313e13374d3d51 (patch)
treefb0a716bd91dcab953a1e3dc49835dbeb1a5ee03
parent7dc0f181f7b168f19263af9fbbe76a6810b9c0cb (diff)
downloadaur-kustomize-bin.tar.gz
Upgrade to v4.5.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e0bf832b55b1..1cd62a872536 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = kustomize-bin
pkgdesc = Customization of Kubernetes YAML configurations
- pkgver = 4.4.1
+ pkgver = 4.5.5
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%2Fv4.4.1/kustomize_v4.4.1_linux_amd64.tar.gz
- sha256sums = 2d5927efec40ba32a121c49f6df9955b8b8a296ef1dec4515a46fc84df158798
+ source = https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize%2Fv4.5.5/kustomize_v4.5.5_linux_amd64.tar.gz
+ sha256sums = bba81aa61dba057db1d5abeddf1e522b568b2d906ab67a5c80935e97302c8773
pkgname = kustomize-bin
diff --git a/PKGBUILD b/PKGBUILD
index 8054e912be93..cadaacec4d18 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_name=kustomize
pkgname=kustomize-bin
-pkgver=4.4.1
+pkgver=4.5.5
pkgrel=1
pkgdesc="Customization of Kubernetes YAML configurations"
arch=('x86_64')
@@ -13,7 +13,7 @@ license=('Apache')
provides=('kustomize')
source=("https://github.com/kubernetes-sigs/${_name}/releases/download/${_name}%2Fv${pkgver}/${_name}_v${pkgver}_linux_amd64.tar.gz")
sha256sums=(
- '2d5927efec40ba32a121c49f6df9955b8b8a296ef1dec4515a46fc84df158798'
+ 'bba81aa61dba057db1d5abeddf1e522b568b2d906ab67a5c80935e97302c8773'
)
package() {