summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Denhartog2020-07-01 06:08:48 -0700
committerBenjamin Denhartog2020-07-01 06:08:48 -0700
commit03e8b5b2241dbf7184b2f9f96d1107b80dc67165 (patch)
tree5ce782d31561e53177e2d296e4739fe3ae3d3132
parentff22fcbc99f8c5167e7ccbad041fe90b7ea7ab42 (diff)
downloadaur-03e8b5b2241dbf7184b2f9f96d1107b80dc67165.tar.gz
feat(terragrunt): new upstream release: 0.23.30
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bdfa304a5e8b..1ca0b46c4c8f 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.29
+ pkgver = 0.23.30
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.29.tar.gz::https://github.com/gruntwork-io/terragrunt/archive/v0.23.29.tar.gz
- sha256sums = f740dbaf74295aadbea90cf12d441ff18b0831f791ee03418655adc43c320e9e
+ source = terragrunt-0.23.30.tar.gz::https://github.com/gruntwork-io/terragrunt/archive/v0.23.30.tar.gz
+ sha256sums = e86802fd4c85d942b205f508c607071afd34a0e03d4e0d883c0228252805a24d
pkgname = terragrunt
diff --git a/PKGBUILD b/PKGBUILD
index 167189c5589c..a9b58edf1bbb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Benjamin Denhartog <ben@sudoforge.com>
pkgname=terragrunt
-pkgver=0.23.29
+pkgver=0.23.30
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=('f740dbaf74295aadbea90cf12d441ff18b0831f791ee03418655adc43c320e9e')
+sha256sums=('e86802fd4c85d942b205f508c607071afd34a0e03d4e0d883c0228252805a24d')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"