summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ad805eaafc40..9159d73835ed 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.17.3
+ pkgver = 0.17.4
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.17.3::https://github.com/gruntwork-io/terragrunt/releases/download/v0.17.3/terragrunt_linux_amd64
- source = https://raw.githubusercontent.com/gruntwork-io/terragrunt/v0.17.3/LICENSE.txt
- sha256sums = a80ad44ad300c2eb914be0157608ead66d5b4877acb504a4e23843e0dbaa5c11
+ source = terragrunt_linux_amd64-0.17.4::https://github.com/gruntwork-io/terragrunt/releases/download/v0.17.4/terragrunt_linux_amd64
+ source = https://raw.githubusercontent.com/gruntwork-io/terragrunt/v0.17.4/LICENSE.txt
+ sha256sums = 7bdedb8c859450ea6fdd995c4c25f7bcdf6f7122f175268a896a3810a27ae85b
sha256sums = a462de65463e142a430b65770650f5f028d28b60e13a830ac8092506ff2c7146
pkgname = terragrunt-bin
diff --git a/PKGBUILD b/PKGBUILD
index 96da6bf0d62f..6e66f057148f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=terragrunt-bin
_pkgname=terragrunt
-pkgver=0.17.3
+pkgver=0.17.4
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"
@@ -16,7 +16,7 @@ source=(
"https://raw.githubusercontent.com/gruntwork-io/terragrunt/v${pkgver}/LICENSE.txt"
)
sha256sums=(
- 'a80ad44ad300c2eb914be0157608ead66d5b4877acb504a4e23843e0dbaa5c11'
+ '7bdedb8c859450ea6fdd995c4c25f7bcdf6f7122f175268a896a3810a27ae85b'
'a462de65463e142a430b65770650f5f028d28b60e13a830ac8092506ff2c7146'
)