summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrad Erhart2021-04-01 22:58:19 -0700
committerBrad Erhart2021-04-01 22:58:19 -0700
commitbcd42b8f522eb8ebd3f67991e731658aa0dceefe (patch)
tree207f046ea0e9d8d73049eaeb810c983bdc773a61
parent7e67dbc78998e2e7e8769bd829f07e0eff6d52ae (diff)
downloadaur-bcd42b8f522eb8ebd3f67991e731658aa0dceefe.tar.gz
Updating support-bundle kubectl plugin to v0.10.15
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c85deba6f394..155ca8df01c4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = kubectl-support-bundle-bin
pkgdesc = Kubectl plugin for post-installation troubleshooting and diagnostics (support bundles)
- pkgver = 0.10.5
- pkgrel = 2
+ pkgver = 0.10.15
+ pkgrel = 1
url = https://troubleshoot.sh
arch = x86_64
license = Apache
depends = kubectl
provides = kubectl-support-bundle
conflicts = kubectl-support-bundle
- source = support-bundle_0.10.5_linux_amd64.tar.gz::https://github.com/replicatedhq/troubleshoot/releases/download/v0.10.5/support-bundle_linux_amd64.tar.gz
- sha256sums = 81b6768ade52a8021327781fa906e26d6279242ecd84f899f9fa7d7f132f585e
+ source = support-bundle_0.10.15_linux_amd64.tar.gz::https://github.com/replicatedhq/troubleshoot/releases/download/v0.10.15/support-bundle_linux_amd64.tar.gz
+ sha256sums = 95b86f9079e77b7e9648b66d2d0b8196e9b2838c585cf167982ee0f7c04afaec
pkgname = kubectl-support-bundle-bin
diff --git a/PKGBUILD b/PKGBUILD
index 24ed8ecbf848..9dcb586dbb9c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
-# Maintainer: Brad Erhart <brae dot 04 plus aur at gmail dot com>
+# Maintainer: Brad Erhart <tocusso underscore malty at aleeas dot com>
pkgname=kubectl-support-bundle-bin
_pkgname="${pkgname%-bin}"
_pkgname2="${_pkgname#kubectl-}"
-pkgver=0.10.5
-pkgrel=2
+pkgver=0.10.15
+pkgrel=1
pkgdesc='Kubectl plugin for post-installation troubleshooting and diagnostics (support bundles)'
arch=('x86_64')
_goos='linux'
@@ -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")
-sha256sums=(81b6768ade52a8021327781fa906e26d6279242ecd84f899f9fa7d7f132f585e)
+sha256sums=(95b86f9079e77b7e9648b66d2d0b8196e9b2838c585cf167982ee0f7c04afaec)
package() {
install -Dm 755 "${_pkgname2}" "$pkgdir/usr/bin/kubectl-${_pkgname2/-/_}"