summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEnmanuel2023-04-18 23:44:34 +0000
committerEnmanuel2023-04-18 23:44:34 +0000
commit1ce32151896ffc41bb7b0f0b4fb8bae549ae4267 (patch)
treeb2f9658e7bea1649b35b9cf185887e60ffc96e6e
parent3933d37cf5c89e69b2122f6dbbeebc840f27dbb0 (diff)
downloadaur-1ce32151896ffc41bb7b0f0b4fb8bae549ae4267.tar.gz
Bumped to v0.11.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aef4b6b054e4..6235668bf061 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
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.10.2
- pkgrel = 3
+ pkgver = 0.11.1
+ pkgrel = 1
url = https://github.com/gruntwork-io/kubergrunt
arch = x86_64
license = Apache-2
@@ -15,7 +15,7 @@ pkgbase = kubergrunt
optdepends = helm
provides = kubergrunt
conflicts = kubergrunt-bin
- source = https://github.com/gruntwork-io/kubergrunt/archive/v0.10.2.tar.gz
- sha256sums = 837442e40827831599429f2006f46cab3b48e2e4fad96ad887a2a2a6443bceb2
+ source = https://github.com/gruntwork-io/kubergrunt/archive/v0.11.1.tar.gz
+ sha256sums = 907651444f65274ddce0a41394ff7c06d4d12911a1eee885bde10ee334f1edd0
pkgname = kubergrunt
diff --git a/PKGBUILD b/PKGBUILD
index d68f8a068576..020749af9ecd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Enmanuel Moreira <enmanuelmoreira@gmail.com>
pkgname=kubergrunt
-pkgver=0.10.2
-pkgrel=3
+pkgver=0.11.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')
url="https://github.com/gruntwork-io/kubergrunt"
@@ -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=('837442e40827831599429f2006f46cab3b48e2e4fad96ad887a2a2a6443bceb2')
+sha256sums=('907651444f65274ddce0a41394ff7c06d4d12911a1eee885bde10ee334f1edd0')
build() {
cd "${pkgname}-${pkgver}"