summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEnmanuel2023-05-08 21:34:05 +0000
committerEnmanuel2023-05-08 21:34:05 +0000
commit4e405fb374654266f00df5906c940c18e9cc1e88 (patch)
treecbd57d9e59acd86f59e1d40961c5946ec1e070e3
parent1ce32151896ffc41bb7b0f0b4fb8bae549ae4267 (diff)
downloadaur-4e405fb374654266f00df5906c940c18e9cc1e88.tar.gz
Bumped to v0.11.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6235668bf061..d3550e2d3cea 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.1
+ pkgver = 0.11.2
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.1.tar.gz
- sha256sums = 907651444f65274ddce0a41394ff7c06d4d12911a1eee885bde10ee334f1edd0
+ source = https://github.com/gruntwork-io/kubergrunt/archive/v0.11.2.tar.gz
+ sha256sums = 2cddf57363cbd8ad644e5793a6902ba6762b903133b5c4f0574c360ca011102b
pkgname = kubergrunt
diff --git a/PKGBUILD b/PKGBUILD
index 020749af9ecd..c54cad230bc3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Enmanuel Moreira <enmanuelmoreira@gmail.com>
pkgname=kubergrunt
-pkgver=0.11.1
+pkgver=0.11.2
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=('907651444f65274ddce0a41394ff7c06d4d12911a1eee885bde10ee334f1edd0')
+sha256sums=('2cddf57363cbd8ad644e5793a6902ba6762b903133b5c4f0574c360ca011102b')
build() {
cd "${pkgname}-${pkgver}"