summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEnmanuel2023-06-19 22:59:21 +0000
committerEnmanuel2023-06-19 22:59:21 +0000
commit05943bfea55e4f44c284dfb38dd395c107446f70 (patch)
tree664a9960bce50ce73a0d3e64a88a4e3fd3fbc15d
parent4e405fb374654266f00df5906c940c18e9cc1e88 (diff)
downloadaur-05943bfea55e4f44c284dfb38dd395c107446f70.tar.gz
Bumped to version 0.11.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d3550e2d3cea..3b32cdf53578 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.11.2
+ pkgver = 0.11.3
pkgrel = 1
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.11.2.tar.gz
- sha256sums = 2cddf57363cbd8ad644e5793a6902ba6762b903133b5c4f0574c360ca011102b
+ source = https://github.com/gruntwork-io/kubergrunt/archive/v0.11.3.tar.gz
+ sha256sums = 71dfcaf98c933ae8c343fa7dc8095b9c9e216cf4e64d15e1d6c1a087814576ba
pkgname = kubergrunt
diff --git a/PKGBUILD b/PKGBUILD
index c54cad230bc3..f7c33944d351 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Enmanuel Moreira <enmanuelmoreira@gmail.com>
pkgname=kubergrunt
-pkgver=0.11.2
+pkgver=0.11.3
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=('2cddf57363cbd8ad644e5793a6902ba6762b903133b5c4f0574c360ca011102b')
+sha256sums=('71dfcaf98c933ae8c343fa7dc8095b9c9e216cf4e64d15e1d6c1a087814576ba')
build() {
cd "${pkgname}-${pkgver}"