summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorml2022-11-02 04:11:38 +0100
committerml2022-11-02 04:11:38 +0100
commitc7c6233837866977642362a2ac70a0af208fba69 (patch)
tree4f73f38165060115de72442892fc87bda14a7186
parentafc6e3c6e0cd1e07b36e39e4b151f35edf7a032b (diff)
downloadaur-c7c6233837866977642362a2ac70a0af208fba69.tar.gz
upgpkg: sonobuoy 0.56.11-1
upstream release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 29c37f9bcb73..93d820347fd4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = sonobuoy
pkgdesc = Diagnostic tool for Kubernetes clusters
- pkgver = 0.56.10
+ pkgver = 0.56.11
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.56.10/sonobuoy-0.56.10.tar.gz
- sha256sums = c41f7207e5cc46e3635aa6e6ccd2e9be9527327c426be643418f30f4d9974ae2
+ source = https://github.com/vmware-tanzu/sonobuoy/archive/v0.56.11/sonobuoy-0.56.11.tar.gz
+ sha256sums = 71319c8508c38ae6c78c886225b2d81653cd315f6c40354e030e8f4c4386b227
pkgname = sonobuoy
diff --git a/PKGBUILD b/PKGBUILD
index acaa6fd1741d..1db2ff6da18d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: ml <>
pkgname=sonobuoy
-pkgver=0.56.10
+pkgver=0.56.11
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=('c41f7207e5cc46e3635aa6e6ccd2e9be9527327c426be643418f30f4d9974ae2')
+sha256sums=('71319c8508c38ae6c78c886225b2d81653cd315f6c40354e030e8f4c4386b227')
build() {
local _commit _defines