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 b8abdcbf72c6..80ba026f4ab1 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.7
+ pkgver = 0.23.8
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.7/LICENSE.txt
- source = terragrunt_linux_amd64-0.23.7::https://github.com/gruntwork-io/terragrunt/releases/download/v0.23.7/terragrunt_linux_amd64
+ source = https://raw.githubusercontent.com/gruntwork-io/terragrunt/v0.23.8/LICENSE.txt
+ source = terragrunt_linux_amd64-0.23.8::https://github.com/gruntwork-io/terragrunt/releases/download/v0.23.8/terragrunt_linux_amd64
sha256sums = a462de65463e142a430b65770650f5f028d28b60e13a830ac8092506ff2c7146
- sha256sums = 4632d123f57bce4a034ff0726b9b15fb3736c648cd5bcf8e2416459c2d63162f
+ sha256sums = 659e013f303dacef05fae804bbcfb95ef07033b4303d57be43220422a8d447ff
pkgname = terragrunt-bin
diff --git a/PKGBUILD b/PKGBUILD
index 04577dd8653e..d76e6c2da445 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Benjamin Denhartog <ben@sudoforge.com>
pkgname=terragrunt-bin
-pkgver=0.23.7
+pkgver=0.23.8
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'
- '4632d123f57bce4a034ff0726b9b15fb3736c648cd5bcf8e2416459c2d63162f')
+ '659e013f303dacef05fae804bbcfb95ef07033b4303d57be43220422a8d447ff')
package() {
install -D -m 644 "${srcdir}/LICENSE.txt" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"