summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Denhartog2020-08-26 22:27:46 -0700
committerBenjamin Denhartog2020-08-26 22:27:46 -0700
commit17c9502c192fac621487ee5e1fb623072abfa51b (patch)
tree81cc6f2bd8473b9030ff20960f5d9212bbc01e02
parent662f2fe6f97a71ad2b475fced38ed4cf8ad1a6de (diff)
downloadaur-17c9502c192fac621487ee5e1fb623072abfa51b.tar.gz
feat(terragrunt): new upstream release: 0.23.35
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d96dc5748bc0..77be4410daee 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.34
+ pkgver = 0.23.35
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.34/LICENSE.txt
- source = terragrunt_linux_amd64-0.23.34::https://github.com/gruntwork-io/terragrunt/releases/download/v0.23.34/terragrunt_linux_amd64
+ source = https://raw.githubusercontent.com/gruntwork-io/terragrunt/v0.23.35/LICENSE.txt
+ source = terragrunt_linux_amd64-0.23.35::https://github.com/gruntwork-io/terragrunt/releases/download/v0.23.35/terragrunt_linux_amd64
sha256sums = a462de65463e142a430b65770650f5f028d28b60e13a830ac8092506ff2c7146
- sha256sums = 4c2c71592ec45cf7fc252f7a9e4db63426f84416a0db43b8dd3c34ce0d004b40
+ sha256sums = 022aed5d6dbd7c427dc0ec15c1010e77914ab1032b52f7d6f5c4ff1d3eb1d6dd
pkgname = terragrunt-bin
diff --git a/PKGBUILD b/PKGBUILD
index af3c05abd1a7..984f922bae61 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Benjamin Denhartog <ben@sudoforge.com>
pkgname=terragrunt-bin
-pkgver=0.23.34
+pkgver=0.23.35
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'
- '4c2c71592ec45cf7fc252f7a9e4db63426f84416a0db43b8dd3c34ce0d004b40')
+ '022aed5d6dbd7c427dc0ec15c1010e77914ab1032b52f7d6f5c4ff1d3eb1d6dd')
package() {
install -D -m 644 "${srcdir}/LICENSE.txt" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"