summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrad Erhart2021-10-01 11:39:37 -0700
committerBrad Erhart2021-10-01 11:39:37 -0700
commit6328d025046403f26470ec4b0c2c1c968629d1ca (patch)
tree85c013c4beadfeab1b22faaf50d9c579d2976545
parenta2a01ad0520597e4fec379517edfa7f7c5ef0a03 (diff)
downloadaur-6328d025046403f26470ec4b0c2c1c968629d1ca.tar.gz
Updating support-bundle kubectl plugin to v0.13.17
Signed-off-by: Brad Erhart <>
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e2793a3bd6fb..3d1c03aa2182 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.16
+ pkgver = 0.13.17
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.16_linux_amd64.tar.gz::https://github.com/replicatedhq/troubleshoot/releases/download/v0.13.16/support-bundle_linux_amd64.tar.gz
- b2sums = 3a02d20b28e4d2b04bb95b5c61d992220369ba78d15ace9d23158c7b4e62d2bcb1dc08a7888be5cb53e32450dfef196974c7932a32adbbeec25acb4ab54a4067
+ source = support-bundle_0.13.17_linux_amd64.tar.gz::https://github.com/replicatedhq/troubleshoot/releases/download/v0.13.17/support-bundle_linux_amd64.tar.gz
+ b2sums = 417fd7cf40013ab857b341799c340171b83f00e7716217268e8d6697f5976a2bd7e5c5972ea7e00fc6de2688e8a85959f767b4992c5e3a6cd4b3b4abc297f0e6
pkgname = kubectl-support-bundle-bin
diff --git a/PKGBUILD b/PKGBUILD
index a35c9907f07c..4bc78a73cdc8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=kubectl-support-bundle-bin
_pkgname="${pkgname%-bin}"
_pkgname2="${_pkgname#kubectl-}"
-pkgver=0.13.16
+pkgver=0.13.17
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=(3a02d20b28e4d2b04bb95b5c61d992220369ba78d15ace9d23158c7b4e62d2bcb1dc08a7888be5cb53e32450dfef196974c7932a32adbbeec25acb4ab54a4067)
+b2sums=(417fd7cf40013ab857b341799c340171b83f00e7716217268e8d6697f5976a2bd7e5c5972ea7e00fc6de2688e8a85959f767b4992c5e3a6cd4b3b4abc297f0e6)
package() {
install -Dm 755 "${_pkgname2}" "$pkgdir/usr/bin/kubectl-${_pkgname2/-/_}"