summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrad Erhart2021-09-26 18:21:47 -0700
committerBrad Erhart2021-09-26 18:21:47 -0700
commit821dbf50d0a4b2568bf7d0362f6ffcb92b43e2bb (patch)
treebf9b1406c3f8a07a871946a48733232716abe885
parent2c5f18c4a6a8bc30f5e35c1a1f90ecbe8c2ce6af (diff)
downloadaur-821dbf50d0a4b2568bf7d0362f6ffcb92b43e2bb.tar.gz
Updating support-bundle kubectl plugin to v0.13.14
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 227299c3cd82..37de80b08b71 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.8
+ pkgver = 0.13.14
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.8_linux_amd64.tar.gz::https://github.com/replicatedhq/troubleshoot/releases/download/v0.13.8/support-bundle_linux_amd64.tar.gz
- b2sums = 0dffddf7c7de7170426bbc47b712a9a3d8eb1912f7345390f6d3ad8bfb4963aa6f10cbc51b0b6197539c5707407c881fe1e9dc59e9b01c06661d767f4cf29195
+ source = support-bundle_0.13.14_linux_amd64.tar.gz::https://github.com/replicatedhq/troubleshoot/releases/download/v0.13.14/support-bundle_linux_amd64.tar.gz
+ b2sums = 418613d40334f3c5fe2b3c0c22a654d68b51eb4bf976f34b3335f47e1817f8a9cf855cda793a1654a79e6f477eaa19f9c850dee6a76545bcde27f7941462f795
pkgname = kubectl-support-bundle-bin
diff --git a/PKGBUILD b/PKGBUILD
index 6e1fe10e5aad..712e5328628b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=kubectl-support-bundle-bin
_pkgname="${pkgname%-bin}"
_pkgname2="${_pkgname#kubectl-}"
-pkgver=0.13.8
+pkgver=0.13.14
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=(0dffddf7c7de7170426bbc47b712a9a3d8eb1912f7345390f6d3ad8bfb4963aa6f10cbc51b0b6197539c5707407c881fe1e9dc59e9b01c06661d767f4cf29195)
+b2sums=(418613d40334f3c5fe2b3c0c22a654d68b51eb4bf976f34b3335f47e1817f8a9cf855cda793a1654a79e6f477eaa19f9c850dee6a76545bcde27f7941462f795)
package() {
install -Dm 755 "${_pkgname2}" "$pkgdir/usr/bin/kubectl-${_pkgname2/-/_}"