summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Denhartog2020-05-06 18:27:31 -0700
committerBenjamin Denhartog2020-05-06 18:27:31 -0700
commitd9ef0e9b977f3ad9adbd6f42c320dc62e92a96cb (patch)
tree6afaf13054d86fc793b8e5ab37804041425840b8
parent6ff96665f4c686ae9be895673f7af7a4eb0935e2 (diff)
downloadaur-d9ef0e9b977f3ad9adbd6f42c320dc62e92a96cb.tar.gz
feat(terragrunt): new upstream release: 0.23.14
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index afd162f1c785..0baaeac77786 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.13
- pkgrel = 2
+ pkgver = 0.23.14
+ 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.13.tar.gz::https://github.com/gruntwork-io/terragrunt/archive/v0.23.13.tar.gz
- sha256sums = 088683517ab2b0f6364c1f4bdad454e9dad9ede3b0f0eb855bd28a8a959b887e
+ source = terragrunt-0.23.14.tar.gz::https://github.com/gruntwork-io/terragrunt/archive/v0.23.14.tar.gz
+ sha256sums = b9a5904b4392c32e5c70d9e28e455f7c2720b2c65c3b10748f14d7edd7c6fc85
pkgname = terragrunt
diff --git a/PKGBUILD b/PKGBUILD
index ac3166631100..a4ccc85e7fe3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Benjamin Denhartog <ben@sudoforge.com>
pkgname=terragrunt
-pkgver=0.23.13
-pkgrel=2
+pkgver=0.23.14
+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=('088683517ab2b0f6364c1f4bdad454e9dad9ede3b0f0eb855bd28a8a959b887e')
+sha256sums=('b9a5904b4392c32e5c70d9e28e455f7c2720b2c65c3b10748f14d7edd7c6fc85')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"