summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Denhartog2020-02-18 11:15:49 -0800
committerBenjamin Denhartog2020-02-18 11:15:49 -0800
commit95f54eedea27c8cae98eb0efe8e64efa98dd335f (patch)
tree5a50c049048723d3258d8bc5529244d89ac02267
parent0096b57e20b832796423c9595980f5b7d07b3cda (diff)
downloadaur-95f54eedea27c8cae98eb0efe8e64efa98dd335f.tar.gz
feat(terragrunt-bin): new upstream release: 0.22.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7f2ff017a8a1..fe5d9b3a0262 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.22.0
+ pkgver = 0.22.1
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.22.0/LICENSE.txt
- source = terragrunt_linux_amd64-0.22.0::https://github.com/gruntwork-io/terragrunt/releases/download/v0.22.0/terragrunt_linux_amd64
+ source = https://raw.githubusercontent.com/gruntwork-io/terragrunt/v0.22.1/LICENSE.txt
+ source = terragrunt_linux_amd64-0.22.1::https://github.com/gruntwork-io/terragrunt/releases/download/v0.22.1/terragrunt_linux_amd64
sha256sums = a462de65463e142a430b65770650f5f028d28b60e13a830ac8092506ff2c7146
- sha256sums = 46cf5857c42caaa281fda72fa6104f0a2fd2655421c1c622ade3c29890b2f7dd
+ sha256sums = 0555722f183a110c6b44e907d5ba41dd597812ca49cee92da64874970c6c2707
pkgname = terragrunt-bin
diff --git a/PKGBUILD b/PKGBUILD
index 26b86dd246e3..acf90d659c0f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Benjamin Denhartog <ben@sudoforge.com>
pkgname=terragrunt-bin
-pkgver=0.22.0
+pkgver=0.22.1
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'
- '46cf5857c42caaa281fda72fa6104f0a2fd2655421c1c622ade3c29890b2f7dd')
+ '0555722f183a110c6b44e907d5ba41dd597812ca49cee92da64874970c6c2707')
package() {
install -D -m 644 "${srcdir}/LICENSE.txt" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"