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 66aa40c49eed..d96dc5748bc0 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.33
+ pkgver = 0.23.34
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.33/LICENSE.txt
- source = terragrunt_linux_amd64-0.23.33::https://github.com/gruntwork-io/terragrunt/releases/download/v0.23.33/terragrunt_linux_amd64
+ source = https://raw.githubusercontent.com/gruntwork-io/terragrunt/v0.23.34/LICENSE.txt
+ source = terragrunt_linux_amd64-0.23.34::https://github.com/gruntwork-io/terragrunt/releases/download/v0.23.34/terragrunt_linux_amd64
sha256sums = a462de65463e142a430b65770650f5f028d28b60e13a830ac8092506ff2c7146
- sha256sums = ce67c9d59af85a98046f22cf39d09b4f0e6fe9746334764bbb620bcbd71f75b7
+ sha256sums = 4c2c71592ec45cf7fc252f7a9e4db63426f84416a0db43b8dd3c34ce0d004b40
pkgname = terragrunt-bin
diff --git a/PKGBUILD b/PKGBUILD
index 1fe49d00d31e..af3c05abd1a7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Benjamin Denhartog <ben@sudoforge.com>
pkgname=terragrunt-bin
-pkgver=0.23.33
+pkgver=0.23.34
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'
- 'ce67c9d59af85a98046f22cf39d09b4f0e6fe9746334764bbb620bcbd71f75b7')
+ '4c2c71592ec45cf7fc252f7a9e4db63426f84416a0db43b8dd3c34ce0d004b40')
package() {
install -D -m 644 "${srcdir}/LICENSE.txt" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"