summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Denhartog2020-07-01 06:09:07 -0700
committerBenjamin Denhartog2020-07-01 06:09:07 -0700
commit30bdaa251a91b5208c925c82c307ddd042458c14 (patch)
tree7a8eacf041ac3856aad68f2b077585e5eec140d8
parent03e8b5b2241dbf7184b2f9f96d1107b80dc67165 (diff)
downloadaur-30bdaa251a91b5208c925c82c307ddd042458c14.tar.gz
feat(terragrunt): new upstream release: 0.23.31
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1ca0b46c4c8f..1c8cc996a09b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = terragrunt
pkgdesc = A thin wrapper for Terraform that provides extra tools for working with multiple Terraform modules
- pkgver = 0.23.30
+ pkgver = 0.23.31
pkgrel = 1
url = https://github.com/gruntwork-io/terragrunt
arch = x86_64
@@ -10,8 +10,8 @@ pkgbase = terragrunt
depends = terraform
provides = terragrunt
conflicts = terragrunt
- source = terragrunt-0.23.30.tar.gz::https://github.com/gruntwork-io/terragrunt/archive/v0.23.30.tar.gz
- sha256sums = e86802fd4c85d942b205f508c607071afd34a0e03d4e0d883c0228252805a24d
+ source = terragrunt-0.23.31.tar.gz::https://github.com/gruntwork-io/terragrunt/archive/v0.23.31.tar.gz
+ sha256sums = 7bb9859fd968220bcae1908079448834a789fca03d644d405a61441cd4a655a2
pkgname = terragrunt
diff --git a/PKGBUILD b/PKGBUILD
index a9b58edf1bbb..178ed6b7989a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Benjamin Denhartog <ben@sudoforge.com>
pkgname=terragrunt
-pkgver=0.23.30
+pkgver=0.23.31
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"
@@ -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=('e86802fd4c85d942b205f508c607071afd34a0e03d4e0d883c0228252805a24d')
+sha256sums=('7bb9859fd968220bcae1908079448834a789fca03d644d405a61441cd4a655a2')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"