summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrad Erhart2021-08-11 14:32:55 -0700
committerBrad Erhart2021-08-11 14:32:55 -0700
commit0b4b946738fd5ccd46a67c26a8ac93fed9b3a90b (patch)
tree52edce245331dbc813fc5d1fc29e4ef24def5e2d
parent397437a51ad682fb6ae8a1e1a0e7e632b5e95593 (diff)
downloadaur-0b4b946738fd5ccd46a67c26a8ac93fed9b3a90b.tar.gz
Updating support-bundle kubectl plugin to v0.13.7
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 65ef857a9b23..0bf6c614975a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = kubectl-support-bundle-bin
pkgdesc = Kubectl plugin for post-installation troubleshooting and diagnostics (support bundles)
- pkgver = 0.13.6
+ pkgver = 0.13.7
pkgrel = 1
url = https://troubleshoot.sh
arch = x86_64
@@ -8,7 +8,7 @@ pkgbase = kubectl-support-bundle-bin
depends = kubectl
provides = kubectl-support-bundle
conflicts = kubectl-support-bundle
- source = support-bundle_0.13.6_linux_amd64.tar.gz::https://github.com/replicatedhq/troubleshoot/releases/download/v0.13.6/support-bundle_linux_amd64.tar.gz
- b2sums = 5f18e05831be5aa8330d8594c1b213d88082cb7652a7fd32d0d0f2723aba66a9a2f845ee01d0987a40cb7d5d31ecdb0ba49e4880e41d5a38c1c606b26b5b8d95
+ source = support-bundle_0.13.7_linux_amd64.tar.gz::https://github.com/replicatedhq/troubleshoot/releases/download/v0.13.7/support-bundle_linux_amd64.tar.gz
+ b2sums = 075550d88b8ed3831787c388042bc97d442504607e07781140129c8380273ec94481ecc6e8d70476cfd5706af20cddedc2252c44e85ad2b9cef67fbb7ae1a80d
pkgname = kubectl-support-bundle-bin
diff --git a/PKGBUILD b/PKGBUILD
index 945bd4019c4a..d3fe29648223 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=kubectl-support-bundle-bin
_pkgname="${pkgname%-bin}"
_pkgname2="${_pkgname#kubectl-}"
-pkgver=0.13.6
+pkgver=0.13.7
pkgrel=1
pkgdesc='Kubectl plugin for post-installation troubleshooting and diagnostics (support bundles)'
arch=('x86_64')
@@ -15,7 +15,7 @@ depends=('kubectl')
provides=("$_pkgname")
conflicts=("$_pkgname")
source=("${_pkgname2}_${pkgver}_${_goos}_${_goarch}.tar.gz::https://github.com/replicatedhq/troubleshoot/releases/download/v$pkgver/${_pkgname2}_${_goos}_${_goarch}.tar.gz")
-b2sums=(5f18e05831be5aa8330d8594c1b213d88082cb7652a7fd32d0d0f2723aba66a9a2f845ee01d0987a40cb7d5d31ecdb0ba49e4880e41d5a38c1c606b26b5b8d95)
+b2sums=(075550d88b8ed3831787c388042bc97d442504607e07781140129c8380273ec94481ecc6e8d70476cfd5706af20cddedc2252c44e85ad2b9cef67fbb7ae1a80d)
package() {
install -Dm 755 "${_pkgname2}" "$pkgdir/usr/bin/kubectl-${_pkgname2/-/_}"