summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEnmanuel2022-11-01 15:54:24 +0000
committerEnmanuel2022-11-01 15:54:24 +0000
commit39ce72f4928ba189f8102cd0d654ac26efc48677 (patch)
tree590e5a3f8ab40748a5aa56beae8aa29334dd5fa9
parentefc7335b34188321d86337c99c13cf038408932e (diff)
downloadaur-39ce72f4928ba189f8102cd0d654ac26efc48677.tar.gz
Bumped to v0.9.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 07ab8abfc3f9..54cc528f7a1c 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.2
+ pkgver = 0.9.3
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.2.tar.gz
- sha256sums = 7e7ec360c78ebfc672593d66766e387f95d5a7807e79d13298efb9e0128feb61
+ source = https://github.com/gruntwork-io/kubergrunt/archive/v0.9.3.tar.gz
+ sha256sums = d3ab0734a6e3d0a8bcf2d174fd17d469b35441fe80d5ab56d372c56320e1b2fa
pkgname = kubergrunt
diff --git a/PKGBUILD b/PKGBUILD
index 54565c944045..3a15c154510f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Enmanuel Moreira <enmanuelmoreira@gmail.com>
pkgname=kubergrunt
-pkgver=0.9.2
+pkgver=0.9.3
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=('7e7ec360c78ebfc672593d66766e387f95d5a7807e79d13298efb9e0128feb61')
+sha256sums=('d3ab0734a6e3d0a8bcf2d174fd17d469b35441fe80d5ab56d372c56320e1b2fa')
build() {
cd "${pkgname}-${pkgver}"