summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEnmanuel2023-01-16 23:06:13 +0000
committerEnmanuel2023-01-16 23:06:13 +0000
commit5ac89fcc1ce0c580f08a5db6a2dc6bbca1116051 (patch)
tree46272705cffe386bcbe1c7ffb53f537d6c527398
parent39ce72f4928ba189f8102cd0d654ac26efc48677 (diff)
downloadaur-5ac89fcc1ce0c580f08a5db6a2dc6bbca1116051.tar.gz
Bumped to v0.10.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 54cc528f7a1c..fef1750f981a 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.3
+ pkgver = 0.10.0
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.3.tar.gz
- sha256sums = d3ab0734a6e3d0a8bcf2d174fd17d469b35441fe80d5ab56d372c56320e1b2fa
+ source = https://github.com/gruntwork-io/kubergrunt/archive/v0.10.0.tar.gz
+ sha256sums = 779f72151fddc27acc15d9b12736b9c168585e0d7712d5933dc8e7df0d68e43e
pkgname = kubergrunt
diff --git a/PKGBUILD b/PKGBUILD
index 3a15c154510f..b22c412256d1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Enmanuel Moreira <enmanuelmoreira@gmail.com>
pkgname=kubergrunt
-pkgver=0.9.3
+pkgver=0.10.0
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=('d3ab0734a6e3d0a8bcf2d174fd17d469b35441fe80d5ab56d372c56320e1b2fa')
+sha256sums=('779f72151fddc27acc15d9b12736b9c168585e0d7712d5933dc8e7df0d68e43e')
build() {
cd "${pkgname}-${pkgver}"