summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrad Erhart2021-09-29 18:11:29 -0700
committerBrad Erhart2021-09-29 18:11:29 -0700
commita2a01ad0520597e4fec379517edfa7f7c5ef0a03 (patch)
tree1b950a44f47ffb60a87156b2a7f7d9a43036345c
parent821dbf50d0a4b2568bf7d0362f6ffcb92b43e2bb (diff)
downloadaur-a2a01ad0520597e4fec379517edfa7f7c5ef0a03.tar.gz
Updating support-bundle kubectl plugin to v0.13.16
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 37de80b08b71..e2793a3bd6fb 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.14
+ pkgver = 0.13.16
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.14_linux_amd64.tar.gz::https://github.com/replicatedhq/troubleshoot/releases/download/v0.13.14/support-bundle_linux_amd64.tar.gz
- b2sums = 418613d40334f3c5fe2b3c0c22a654d68b51eb4bf976f34b3335f47e1817f8a9cf855cda793a1654a79e6f477eaa19f9c850dee6a76545bcde27f7941462f795
+ 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
pkgname = kubectl-support-bundle-bin
diff --git a/PKGBUILD b/PKGBUILD
index 712e5328628b..a35c9907f07c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=kubectl-support-bundle-bin
_pkgname="${pkgname%-bin}"
_pkgname2="${_pkgname#kubectl-}"
-pkgver=0.13.14
+pkgver=0.13.16
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=(418613d40334f3c5fe2b3c0c22a654d68b51eb4bf976f34b3335f47e1817f8a9cf855cda793a1654a79e6f477eaa19f9c850dee6a76545bcde27f7941462f795)
+b2sums=(3a02d20b28e4d2b04bb95b5c61d992220369ba78d15ace9d23158c7b4e62d2bcb1dc08a7888be5cb53e32450dfef196974c7932a32adbbeec25acb4ab54a4067)
package() {
install -Dm 755 "${_pkgname2}" "$pkgdir/usr/bin/kubectl-${_pkgname2/-/_}"