summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Denhartog2020-09-15 09:26:13 -0600
committerBenjamin Denhartog2020-09-15 09:26:13 -0600
commitf06453dc38f07a975930e04006044bf2f5ba766b (patch)
tree2e198207ec4cf73ef98d647b3f17dfbbe271cf94
parent9782120644d93be53f38d3e9c0537f1cf99e7756 (diff)
downloadaur-f06453dc38f07a975930e04006044bf2f5ba766b.tar.gz
feat(terragrunt): new upstream release: 0.24.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2da1d6ba0c41..87eeca7789a8 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.24.1
+ pkgver = 0.24.2
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.24.1/LICENSE.txt
- source = terragrunt_linux_amd64-0.24.1::https://github.com/gruntwork-io/terragrunt/releases/download/v0.24.1/terragrunt_linux_amd64
+ source = https://raw.githubusercontent.com/gruntwork-io/terragrunt/v0.24.2/LICENSE.txt
+ source = terragrunt_linux_amd64-0.24.2::https://github.com/gruntwork-io/terragrunt/releases/download/v0.24.2/terragrunt_linux_amd64
sha256sums = a462de65463e142a430b65770650f5f028d28b60e13a830ac8092506ff2c7146
- sha256sums = 3f83d225d1335dc02a20fa604ee3ea7f14efcd68e952b902652b7287eed8c18b
+ sha256sums = fe9572cda2e4669649a9697f3e743e904ef0e695b5fc506c5b8f79cec4d3bab3
pkgname = terragrunt-bin
diff --git a/PKGBUILD b/PKGBUILD
index eeb570d390c8..ec11a9d63c2a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Benjamin Denhartog <ben@sudoforge.com>
pkgname=terragrunt-bin
-pkgver=0.24.1
+pkgver=0.24.2
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'
- '3f83d225d1335dc02a20fa604ee3ea7f14efcd68e952b902652b7287eed8c18b')
+ 'fe9572cda2e4669649a9697f3e743e904ef0e695b5fc506c5b8f79cec4d3bab3')
package() {
install -D -m 644 "${srcdir}/LICENSE.txt" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"