summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Denhartog2020-04-30 12:55:15 -0700
committerBenjamin Denhartog2020-04-30 12:55:15 -0700
commitdbd445f9ecc3e834625a5c22c7c5b5a5d4590703 (patch)
tree75997babdb273b67bf01665aace2e6717ce29767
parente731249c263d473a43e15fdc2a2608c27617d2f1 (diff)
downloadaur-dbd445f9ecc3e834625a5c22c7c5b5a5d4590703.tar.gz
feat(terragrunt): new upstream release: 0.23.11
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3f620bff3fd7..dce9d8d5e5f8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = terragrunt-bin
pkgdesc = A thin wrapper for Terraform that provides extra tools for working with multiple Terraform modules
- pkgver = 0.23.10
+ pkgver = 0.23.11
pkgrel = 1
url = https://github.com/gruntwork-io/terragrunt
arch = x86_64
@@ -8,10 +8,10 @@ pkgbase = terragrunt-bin
depends = terraform
provides = terragrunt
conflicts = terragrunt
- source = https://raw.githubusercontent.com/gruntwork-io/terragrunt/v0.23.10/LICENSE.txt
- source = terragrunt_linux_amd64-0.23.10::https://github.com/gruntwork-io/terragrunt/releases/download/v0.23.10/terragrunt_linux_amd64
+ source = https://raw.githubusercontent.com/gruntwork-io/terragrunt/v0.23.11/LICENSE.txt
+ source = terragrunt_linux_amd64-0.23.11::https://github.com/gruntwork-io/terragrunt/releases/download/v0.23.11/terragrunt_linux_amd64
sha256sums = a462de65463e142a430b65770650f5f028d28b60e13a830ac8092506ff2c7146
- sha256sums = 21f0a7fa8f292ed6c9d448c6c293bdddf8d27f1bc0e9586afe2eb2496d3b5139
+ sha256sums = 2c96621b92738ee1e0e166137047bd99a23a36749ef69b53356812cb872fa55d
pkgname = terragrunt-bin
diff --git a/PKGBUILD b/PKGBUILD
index 6cd5965480cc..f70f9417c183 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Benjamin Denhartog <ben@sudoforge.com>
pkgname=terragrunt-bin
-pkgver=0.23.10
+pkgver=0.23.11
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 @@ source=(
"terragrunt_linux_amd64-${pkgver}::https://github.com/gruntwork-io/terragrunt/releases/download/v${pkgver}/terragrunt_linux_amd64"
)
sha256sums=('a462de65463e142a430b65770650f5f028d28b60e13a830ac8092506ff2c7146'
- '21f0a7fa8f292ed6c9d448c6c293bdddf8d27f1bc0e9586afe2eb2496d3b5139')
+ '2c96621b92738ee1e0e166137047bd99a23a36749ef69b53356812cb872fa55d')
package() {
install -D -m 644 "${srcdir}/LICENSE.txt" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"