summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Weald2021-08-11 06:23:48 +0000
committerSimon Weald2021-08-11 06:23:48 +0000
commitf713ce05dcb34eb1b2362e1c52591caf533df578 (patch)
tree160b91da9cd6e458c4b2b8cc438dd96e6bdaa7ac
parent0c8ccb001ce81bed346fa868dd550a8e9938126f (diff)
downloadaur-f713ce05dcb34eb1b2362e1c52591caf533df578.tar.gz
bump to v0.53.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e78591490063..52be16c6c6ad 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = sonobuoy-bin
pkgdesc = A diagnostic tool that makes it easier to understand the state of a Kubernetes cluster by running a set of Kubernetes conformance tests in an accessible and non-destructive manner.
- pkgver = 0.53.0
+ pkgver = 0.53.1
pkgrel = 1
url = https://github.com/vmware-tanzu/sonobuoy
arch = x86_64
license = apache
provides = sonobuoy
- source = sonobuoy-0.53.0.tar.gz::https://github.com/vmware-tanzu/sonobuoy/releases/download/v0.53.0/sonobuoy_0.53.0_linux_amd64.tar.gz
- sha256sums = 56e1b983f2fa63a7eba0a542e2f36850341fe41b80ab65dee55b06f1414b7d35
+ source = sonobuoy-0.53.1.tar.gz::https://github.com/vmware-tanzu/sonobuoy/releases/download/v0.53.1/sonobuoy_0.53.1_linux_amd64.tar.gz
+ sha256sums = ee74b88ed7e75ae9f0291060af14655950695fdb8c79b18f405512f0d0267a87
pkgname = sonobuoy-bin
diff --git a/PKGBUILD b/PKGBUILD
index 5c79f999187f..cfb39d692f96 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
pkgname=sonobuoy-bin
_srcname=sonobuoy
pkgdesc="A diagnostic tool that makes it easier to understand the state of a Kubernetes cluster by running a set of Kubernetes conformance tests in an accessible and non-destructive manner."
-pkgver=0.53.0
+pkgver=0.53.1
pkgrel=1
provides=('sonobuoy')
arch=('x86_64')
url="https://github.com/vmware-tanzu/sonobuoy"
license=('apache')
source=("${_srcname}-${pkgver}.tar.gz::${url}/releases/download/v${pkgver}/${_srcname}_${pkgver}_linux_amd64.tar.gz")
-sha256sums=('56e1b983f2fa63a7eba0a542e2f36850341fe41b80ab65dee55b06f1414b7d35')
+sha256sums=('ee74b88ed7e75ae9f0291060af14655950695fdb8c79b18f405512f0d0267a87')
package() {
cd ${srcdir}