summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Denhartog2020-07-31 07:34:36 -0700
committerBenjamin Denhartog2020-07-31 07:34:36 -0700
commit23a2d10a9184c997c9979ab10eb62a82b45a8eb4 (patch)
treeae81ec45a3104bd2ced43cc85d753eb890291eac
parent8f2cc2947486dfbbb2d38bbb7c1d8cc4e201cb45 (diff)
downloadaur-23a2d10a9184c997c9979ab10eb62a82b45a8eb4.tar.gz
feat(terragrunt): new upstream release: 0.23.32
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index be689c9a46d9..ce7f76245f37 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = terragrunt
pkgdesc = A thin wrapper for Terraform that provides extra tools for working with multiple Terraform modules
- pkgver = 0.23.31
- pkgrel = 5
+ pkgver = 0.23.32
+ pkgrel = 1
url = https://github.com/gruntwork-io/terragrunt
arch = x86_64
license = MIT
@@ -10,8 +10,8 @@ pkgbase = terragrunt
depends = terraform
provides = terragrunt
conflicts = terragrunt
- source = terragrunt-0.23.31.tar.gz::https://github.com/gruntwork-io/terragrunt/archive/v0.23.31.tar.gz
- sha256sums = 7bb9859fd968220bcae1908079448834a789fca03d644d405a61441cd4a655a2
+ source = terragrunt-0.23.32.tar.gz::https://github.com/gruntwork-io/terragrunt/archive/v0.23.32.tar.gz
+ sha256sums = 78954aa8b4007e482a5493ca8d64e6254395dd12af5dee95d05b958133f6eb69
pkgname = terragrunt
diff --git a/PKGBUILD b/PKGBUILD
index 759b27c58d7e..f2b47f38de9c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Benjamin Denhartog <ben@sudoforge.com>
pkgname=terragrunt
-pkgver=0.23.31
-pkgrel=5
+pkgver=0.23.32
+pkgrel=1
pkgdesc="A thin wrapper for Terraform that provides extra tools for working with multiple Terraform modules"
url="https://github.com/gruntwork-io/terragrunt"
arch=('x86_64')
@@ -15,7 +15,7 @@ conflicts=('terragrunt')
provides=('terragrunt')
license=('MIT')
source=("terragrunt-${pkgver}.tar.gz::https://github.com/gruntwork-io/terragrunt/archive/v${pkgver}.tar.gz")
-sha256sums=('7bb9859fd968220bcae1908079448834a789fca03d644d405a61441cd4a655a2')
+sha256sums=('78954aa8b4007e482a5493ca8d64e6254395dd12af5dee95d05b958133f6eb69')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"