summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Lane2020-07-02 09:30:29 +0100
committerJohn Lane2020-07-02 09:30:29 +0100
commitccea1e972fb4494d147f9976610b3737dff3785b (patch)
treeb742e46b684bb74c8791dab158920f6958751f83
parent744e4311937eb9f20a7ef5e58c3a94208e358d3b (diff)
downloadaur-ccea1e972fb4494d147f9976610b3737dff3785b.tar.gz
version 0.5.13
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ef260ef45705..5e94bd22e41a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = kubergrunt-bin
pkgdesc = A standalone go binary with a collection of commands that attempts to fill in the gaps between Terraform, Helm, and Kubectl for managing a Kubernetes Cluster.
- pkgver = 0.5.8
+ pkgver = 0.5.13
pkgrel = 1
url = https://github.com/gruntwork-io/kubergrunt
arch = x86_64
license = Apache
provides = kubergrunt
conflicts = kubergrunt
- source = https://raw.githubusercontent.com/gruntwork-io/kubergrunt/v0.5.8/LICENSE
- source = kubergrunt_linux_amd64-0.5.8::https://github.com/gruntwork-io/kubergrunt/releases/download/v0.5.8/kubergrunt_linux_amd64
+ source = https://raw.githubusercontent.com/gruntwork-io/kubergrunt/v0.5.13/LICENSE
+ source = kubergrunt_linux_amd64-0.5.13::https://github.com/gruntwork-io/kubergrunt/releases/download/v0.5.13/kubergrunt_linux_amd64
sha256sums = d1dc9a105a814822337e0f8eab8668e4eb05bb04b4d6b234c5e9b79b76550a91
- sha256sums = 243befe86a0c4eabc4cac40800dadc07478e7cf4edb542f59d76e3ebe22701c4
+ sha256sums = a794c33259d5ba201193b3aa9ec3d729740e46ed9eee8d34bc2fb6cb71a33ba1
pkgname = kubergrunt-bin
diff --git a/PKGBUILD b/PKGBUILD
index 5022e571f506..3037b8009e97 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: John Lane <archlinux at jelmail.com>
pkgname=kubergrunt-bin
-pkgver=0.5.8
+pkgver=0.5.13
pkgrel=1
pkgdesc="A standalone go binary with a collection of commands that attempts to fill in the gaps between Terraform, Helm, and Kubectl for managing a Kubernetes Cluster."
url="https://github.com/gruntwork-io/kubergrunt"
@@ -14,7 +14,7 @@ source=(
"kubergrunt_linux_amd64-${pkgver}::https://github.com/gruntwork-io/kubergrunt/releases/download/v${pkgver}/kubergrunt_linux_amd64"
)
sha256sums=('d1dc9a105a814822337e0f8eab8668e4eb05bb04b4d6b234c5e9b79b76550a91'
- '243befe86a0c4eabc4cac40800dadc07478e7cf4edb542f59d76e3ebe22701c4')
+ 'a794c33259d5ba201193b3aa9ec3d729740e46ed9eee8d34bc2fb6cb71a33ba1')
package() {
install -D -m 644 "${srcdir}/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"