summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrad Erhart2021-07-08 20:54:25 -0700
committerBrad Erhart2021-07-08 20:54:25 -0700
commit08687752a44d28fece6b92a2348554fc19a200b3 (patch)
tree8907c1f14e35603ab307fe928cf27ec56faa6f4d
parente100a312a6fa59e0ea087aa4e6cd3a0de4176f50 (diff)
downloadaur-08687752a44d28fece6b92a2348554fc19a200b3.tar.gz
Updating support-bundle kubectl plugin to v0.13.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0408989457c5..a460c1fc6f9c 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.11.0
+ pkgver = 0.13.2
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.11.0_linux_amd64.tar.gz::https://github.com/replicatedhq/troubleshoot/releases/download/v0.11.0/support-bundle_linux_amd64.tar.gz
- b2sums = 47825fb3005cefe9362442943eb5de457f0b0fa1264f62d9a173f86e51a80690270a6992ca08bd0196c2a3a9527c76df725de9175ffc488d39ab3e4708c1447b
+ 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
pkgname = kubectl-support-bundle-bin
diff --git a/PKGBUILD b/PKGBUILD
index aa983d9356a9..31a81a8ad3ca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=kubectl-support-bundle-bin
_pkgname="${pkgname%-bin}"
_pkgname2="${_pkgname#kubectl-}"
-pkgver=0.11.0
+pkgver=0.13.2
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=(47825fb3005cefe9362442943eb5de457f0b0fa1264f62d9a173f86e51a80690270a6992ca08bd0196c2a3a9527c76df725de9175ffc488d39ab3e4708c1447b)
+b2sums=(9cea50ea24a2e8f9b46ef5ee1bd1c6fc0d44c4098f6f6fc2a40727695544bdb4de38a9562e9e445c9784d76f219d6ceea3c983b850b8fe8eb52fb370261095d6)
package() {
install -Dm 755 "${_pkgname2}" "$pkgdir/usr/bin/kubectl-${_pkgname2/-/_}"