summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Denhartog2019-09-18 05:16:05 -0700
committerBenjamin Denhartog2019-09-18 05:16:05 -0700
commit87ffc7b64dcb6dcec895b1df95f10df32b1e0b81 (patch)
tree1534f11c60468056d4da8ed9b9b1f0ea6513d6ba
parent1d241c3eebd32e296faab2d17687d51a7ad7283b (diff)
downloadaur-87ffc7b64dcb6dcec895b1df95f10df32b1e0b81.tar.gz
new release: terragrunt-bin 0.19.25-1
upstream release
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d3aa1c1272c9..d4707c4d9189 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.19.21
+ pkgver = 0.19.25
pkgrel = 1
url = https://github.com/gruntwork-io/terragrunt
arch = x86_64
@@ -8,9 +8,9 @@ pkgbase = terragrunt-bin
depends = terraform
provides = terragrunt
conflicts = terragrunt
- source = terragrunt_linux_amd64-0.19.21::https://github.com/gruntwork-io/terragrunt/releases/download/v0.19.21/terragrunt_linux_amd64
- source = https://raw.githubusercontent.com/gruntwork-io/terragrunt/v0.19.21/LICENSE.txt
- sha256sums = f4690a750322dc86ae55c3cdfb983600ae21b13237d355d0b7f9741511613d25
+ source = terragrunt_linux_amd64-0.19.25::https://github.com/gruntwork-io/terragrunt/releases/download/v0.19.25/terragrunt_linux_amd64
+ source = https://raw.githubusercontent.com/gruntwork-io/terragrunt/v0.19.25/LICENSE.txt
+ sha256sums = f55164e7a53df18d2feebe8cd93a86b53f83b60a5ffd1104b4c7c819f376dfc4
sha256sums = a462de65463e142a430b65770650f5f028d28b60e13a830ac8092506ff2c7146
pkgname = terragrunt-bin
diff --git a/PKGBUILD b/PKGBUILD
index 159cd0d528bc..e13edfc9a92a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Benjamin Denhartog <ben@sudoforge.com>
pkgname=terragrunt-bin
-pkgver=0.19.21
+pkgver=0.19.25
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=(
"https://raw.githubusercontent.com/gruntwork-io/terragrunt/v${pkgver}/LICENSE.txt"
)
sha256sums=(
- 'f4690a750322dc86ae55c3cdfb983600ae21b13237d355d0b7f9741511613d25'
+ 'f55164e7a53df18d2feebe8cd93a86b53f83b60a5ffd1104b4c7c819f376dfc4'
'a462de65463e142a430b65770650f5f028d28b60e13a830ac8092506ff2c7146'
)