summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEnmanuel2023-11-07 18:06:07 +0000
committerEnmanuel2023-11-07 18:06:07 +0000
commit6a2a8b3df0670dbfdb356e4c7226a316ec7e8cb3 (patch)
tree0d8a13d1ca0eea070281aa4f26c58140942187da /PKGBUILD
parent05943bfea55e4f44c284dfb38dd395c107446f70 (diff)
downloadaur-6a2a8b3df0670dbfdb356e4c7226a316ec7e8cb3.tar.gz
Bumped to v0.12.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f7c33944d351..17d71995ada0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Enmanuel Moreira <enmanuelmoreira@gmail.com>
pkgname=kubergrunt
-pkgver=0.11.3
+pkgver=0.12.1
pkgrel=1
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=('71dfcaf98c933ae8c343fa7dc8095b9c9e216cf4e64d15e1d6c1a087814576ba')
+sha256sums=('056530d2b9fa43cc7807d5a924df78b31c9d2f7da2e1353eef514452179c01db')
build() {
cd "${pkgname}-${pkgver}"