summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 41550aaac386..265cc1071933 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = sonobuoy
pkgdesc = Diagnostic tool for Kubernetes clusters
- pkgver = 0.52.0
+ pkgver = 0.53.0
pkgrel = 1
url = https://github.com/vmware-tanzu/sonobuoy
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = sonobuoy
depends = glibc
optdepends = docker: sonobuoy images subcommand
optdepends = kubectl: advances workflows
- source = https://github.com/vmware-tanzu/sonobuoy/archive/v0.52.0/sonobuoy-0.52.0.tar.gz
- sha256sums = 933ea49489bfe77599f3b1b6981250c0e341c11ff293bcf9818644803726506f
+ source = https://github.com/vmware-tanzu/sonobuoy/archive/v0.53.0/sonobuoy-0.53.0.tar.gz
+ sha256sums = 379b12216d5d153b5f9ad051087f512d08f3603b6f7aed100111cf1fc32f1ff7
pkgname = sonobuoy
diff --git a/PKGBUILD b/PKGBUILD
index 2b41cc4707df..5dd3fa86276f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: ml <>
pkgname=sonobuoy
-pkgver=0.52.0
+pkgver=0.53.0
pkgrel=1
pkgdesc='Diagnostic tool for Kubernetes clusters'
arch=('x86_64')
@@ -12,7 +12,7 @@ optdepends=(
'kubectl: advances workflows')
makedepends=('go' 'git')
source=("$url/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
-sha256sums=('933ea49489bfe77599f3b1b6981250c0e341c11ff293bcf9818644803726506f')
+sha256sums=('379b12216d5d153b5f9ad051087f512d08f3603b6f7aed100111cf1fc32f1ff7')
build() {
local _commit _defines