summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEnmanuel2022-07-01 14:51:20 +0000
committerEnmanuel2022-07-01 14:51:20 +0000
commit31062f1cba44be7bb7d9d18e2d43c43eb04e5430 (patch)
tree202a6230440cf987321efcae8bbc766c56f902a5
parent24209bf0be4eb44dc7bf000b5bb1bbe7cf142e54 (diff)
downloadaur-31062f1cba44be7bb7d9d18e2d43c43eb04e5430.tar.gz
Updating to version 0.9.1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a10b3cbe55ec..2b5e55662b71 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
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.0
- pkgrel = 3
+ pkgver = 0.9.1
+ pkgrel = 1
url = https://github.com/gruntwork-io/kubergrunt
arch = x86_64
license = Apache-2
optdepends = terraform
optdepends = kubectl
optdepends = helm
- source = https://raw.githubusercontent.com/gruntwork-io/kubergrunt/v0.9.0/LICENSE
- source = https://github.com/gruntwork-io/kubergrunt/releases/download/v0.9.0/kubergrunt_linux_amd64
+ source = https://raw.githubusercontent.com/gruntwork-io/kubergrunt/v0.9.1/LICENSE
+ source = https://github.com/gruntwork-io/kubergrunt/releases/download/v0.9.1/kubergrunt_linux_amd64
sha256sums = d1dc9a105a814822337e0f8eab8668e4eb05bb04b4d6b234c5e9b79b76550a91
- sha256sums = 279f895eb9b29595ae795a6e7587ade6a8a3b95c74b4497ce795f75da20793ef
+ sha256sums = ca086f10f85bad60e44169136962473b475b703c22d72e928afc2b9f65fb88e0
pkgname = kubergrunt
diff --git a/PKGBUILD b/PKGBUILD
index 7816e57856cd..821d160b74d4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Enmanuel Moreira <enmanuelmoreira@gmail.com>
pkgname=kubergrunt
-pkgver=0.9.0
-pkgrel=3
+pkgver=0.9.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 @@ source=(
"https://raw.githubusercontent.com/gruntwork-io/kubergrunt/v${pkgver}/LICENSE"
"https://github.com/gruntwork-io/${pkgname}/releases/download/v${pkgver}/${pkgname}_linux_amd64")
sha256sums=('d1dc9a105a814822337e0f8eab8668e4eb05bb04b4d6b234c5e9b79b76550a91'
- '279f895eb9b29595ae795a6e7587ade6a8a3b95c74b4497ce795f75da20793ef')
+ 'ca086f10f85bad60e44169136962473b475b703c22d72e928afc2b9f65fb88e0')
package() {
cd "${srcdir}"