summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEnmanuel2024-03-08 17:32:07 +0000
committerEnmanuel2024-03-08 17:32:07 +0000
commit01e4ba0799c6aace575f2b7a7cd6e9be905dd3e1 (patch)
tree7e48947b03a59fd19d6e778134f1b44184fbc538
parent6a2a8b3df0670dbfdb356e4c7226a316ec7e8cb3 (diff)
downloadaur-kubergrunt.tar.gz
Bumped to 0.14.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2a9ee2b5324c..b9fbf96f131f 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.12.1
+ pkgver = 0.14.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.12.1.tar.gz
- sha256sums = 056530d2b9fa43cc7807d5a924df78b31c9d2f7da2e1353eef514452179c01db
+ source = https://github.com/gruntwork-io/kubergrunt/archive/v0.14.2.tar.gz
+ sha256sums = 133744dd91488579141b711f83c44d160cb46d4cb4d4bed12864c73a50efa36e
pkgname = kubergrunt
diff --git a/PKGBUILD b/PKGBUILD
index 17d71995ada0..b3b8a09e9813 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Enmanuel Moreira <enmanuelmoreira@gmail.com>
pkgname=kubergrunt
-pkgver=0.12.1
+pkgver=0.14.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=('056530d2b9fa43cc7807d5a924df78b31c9d2f7da2e1353eef514452179c01db')
+sha256sums=('133744dd91488579141b711f83c44d160cb46d4cb4d4bed12864c73a50efa36e')
build() {
cd "${pkgname}-${pkgver}"