summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEnmanuel2022-08-10 18:20:10 +0000
committerEnmanuel2022-08-10 18:20:10 +0000
commitefc7335b34188321d86337c99c13cf038408932e (patch)
tree8ae938fa20d4175f730f6635b188aef97887a155
parent13821cb7f66dc2f73ecb0e2f242b74ad6fce169d (diff)
downloadaur-efc7335b34188321d86337c99c13cf038408932e.tar.gz
Updated to version 0.9.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a2c4205364d7..07ab8abfc3f9 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.9.1
+ pkgver = 0.9.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.9.1.tar.gz
- sha256sums = 8bc05d05ffb61af96c00823ecc1eacc0fdd33de985bfc2501baf0ea829762367
+ source = https://github.com/gruntwork-io/kubergrunt/archive/v0.9.2.tar.gz
+ sha256sums = 7e7ec360c78ebfc672593d66766e387f95d5a7807e79d13298efb9e0128feb61
pkgname = kubergrunt
diff --git a/PKGBUILD b/PKGBUILD
index 4f72340c307c..54565c944045 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Enmanuel Moreira <enmanuelmoreira@gmail.com>
pkgname=kubergrunt
-pkgver=0.9.1
+pkgver=0.9.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=('8bc05d05ffb61af96c00823ecc1eacc0fdd33de985bfc2501baf0ea829762367')
+sha256sums=('7e7ec360c78ebfc672593d66766e387f95d5a7807e79d13298efb9e0128feb61')
build() {
cd "${pkgname}-${pkgver}"