summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Denhartog2020-05-08 22:43:38 -0700
committerBenjamin Denhartog2020-05-08 22:43:38 -0700
commit2a06dda336ee5800d3c5a5f7a751e7adc18bdf67 (patch)
tree669b6cd51e10958eeb4359f393d64683ab5d5ec0
parent6bf396621667df10a044f706da229d7b0e03b1e6 (diff)
downloadaur-2a06dda336ee5800d3c5a5f7a751e7adc18bdf67.tar.gz
feat(terragrunt: new upstream release: 0.23.15
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 36a65ab36762..5c03127f2760 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.14
+ pkgver = 0.23.15
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.14/LICENSE.txt
- source = terragrunt_linux_amd64-0.23.14::https://github.com/gruntwork-io/terragrunt/releases/download/v0.23.14/terragrunt_linux_amd64
+ source = https://raw.githubusercontent.com/gruntwork-io/terragrunt/v0.23.15/LICENSE.txt
+ source = terragrunt_linux_amd64-0.23.15::https://github.com/gruntwork-io/terragrunt/releases/download/v0.23.15/terragrunt_linux_amd64
sha256sums = a462de65463e142a430b65770650f5f028d28b60e13a830ac8092506ff2c7146
- sha256sums = e39cea3b484098ba48f956d411d46b21c44e5d342a2eb51980d834d064e6bcf7
+ sha256sums = 3bc40c54af6f9958d0bd7527ee8f3746cafe9be0279211d9b6d08e857fe98786
pkgname = terragrunt-bin
diff --git a/PKGBUILD b/PKGBUILD
index 0a26b2b886ab..5c3c669fc4f9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Benjamin Denhartog <ben@sudoforge.com>
pkgname=terragrunt-bin
-pkgver=0.23.14
+pkgver=0.23.15
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'
- 'e39cea3b484098ba48f956d411d46b21c44e5d342a2eb51980d834d064e6bcf7')
+ '3bc40c54af6f9958d0bd7527ee8f3746cafe9be0279211d9b6d08e857fe98786')
package() {
install -D -m 644 "${srcdir}/LICENSE.txt" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"