summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrad Erhart2021-07-27 23:31:55 -0700
committerBrad Erhart2021-07-27 23:31:55 -0700
commit397437a51ad682fb6ae8a1e1a0e7e632b5e95593 (patch)
treed184afbfaa977961a87cfbf52e2e948cd1c5ffcf
parent08687752a44d28fece6b92a2348554fc19a200b3 (diff)
downloadaur-397437a51ad682fb6ae8a1e1a0e7e632b5e95593.tar.gz
Updating support-bundle kubectl plugin to v0.13.6
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a460c1fc6f9c..65ef857a9b23 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.2
+ pkgver = 0.13.6
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.2_linux_amd64.tar.gz::https://github.com/replicatedhq/troubleshoot/releases/download/v0.13.2/support-bundle_linux_amd64.tar.gz
- b2sums = 9cea50ea24a2e8f9b46ef5ee1bd1c6fc0d44c4098f6f6fc2a40727695544bdb4de38a9562e9e445c9784d76f219d6ceea3c983b850b8fe8eb52fb370261095d6
+ 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
pkgname = kubectl-support-bundle-bin
diff --git a/PKGBUILD b/PKGBUILD
index 31a81a8ad3ca..945bd4019c4a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=kubectl-support-bundle-bin
_pkgname="${pkgname%-bin}"
_pkgname2="${_pkgname#kubectl-}"
-pkgver=0.13.2
+pkgver=0.13.6
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=(9cea50ea24a2e8f9b46ef5ee1bd1c6fc0d44c4098f6f6fc2a40727695544bdb4de38a9562e9e445c9784d76f219d6ceea3c983b850b8fe8eb52fb370261095d6)
+b2sums=(5f18e05831be5aa8330d8594c1b213d88082cb7652a7fd32d0d0f2723aba66a9a2f845ee01d0987a40cb7d5d31ecdb0ba49e4880e41d5a38c1c606b26b5b8d95)
package() {
install -Dm 755 "${_pkgname2}" "$pkgdir/usr/bin/kubectl-${_pkgname2/-/_}"