summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEnmanuel2023-02-10 18:54:43 +0000
committerEnmanuel2023-02-10 18:54:43 +0000
commit3933d37cf5c89e69b2122f6dbbeebc840f27dbb0 (patch)
treee2d1777ec7b7d6f4d9b2dfe92bd451bcb6ce5e8d
parent5ac89fcc1ce0c580f08a5db6a2dc6bbca1116051 (diff)
downloadaur-3933d37cf5c89e69b2122f6dbbeebc840f27dbb0.tar.gz
Bumped to v0.10.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fef1750f981a..aef4b6b054e4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = kubergrunt
pkgdesc = Kubergrunt is a standalone go binary with a collection of commands to fill in the gaps between Terraform, Helm, and Kubectl
- pkgver = 0.10.0
+ pkgver = 0.10.2
pkgrel = 3
url = https://github.com/gruntwork-io/kubergrunt
arch = x86_64
@@ -15,7 +15,7 @@ pkgbase = kubergrunt
optdepends = helm
provides = kubergrunt
conflicts = kubergrunt-bin
- source = https://github.com/gruntwork-io/kubergrunt/archive/v0.10.0.tar.gz
- sha256sums = 779f72151fddc27acc15d9b12736b9c168585e0d7712d5933dc8e7df0d68e43e
+ source = https://github.com/gruntwork-io/kubergrunt/archive/v0.10.2.tar.gz
+ sha256sums = 837442e40827831599429f2006f46cab3b48e2e4fad96ad887a2a2a6443bceb2
pkgname = kubergrunt
diff --git a/PKGBUILD b/PKGBUILD
index b22c412256d1..d68f8a068576 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Enmanuel Moreira <enmanuelmoreira@gmail.com>
pkgname=kubergrunt
-pkgver=0.10.0
+pkgver=0.10.2
pkgrel=3
pkgdesc="Kubergrunt is a standalone go binary with a collection of commands to fill in the gaps between Terraform, Helm, and Kubectl"
arch=('x86_64')
@@ -15,7 +15,7 @@ optdepends=('terraform'
license=('Apache-2')
makedepends=('go>=1.18' 'git' 'gzip' 'tar' 'gcc')
source=( "https://github.com/gruntwork-io/${pkgname}/archive/v${pkgver}.tar.gz")
-sha256sums=('779f72151fddc27acc15d9b12736b9c168585e0d7712d5933dc8e7df0d68e43e')
+sha256sums=('837442e40827831599429f2006f46cab3b48e2e4fad96ad887a2a2a6443bceb2')
build() {
cd "${pkgname}-${pkgver}"