summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Denhartog2020-06-12 15:02:17 -0700
committerBenjamin Denhartog2020-06-12 15:02:17 -0700
commit4b136dace2f45db9528a8239831eb6e999e8b5e0 (patch)
tree2009321281e51f0f4746de9eef55515dc933bf09
parent68afd817fc84fd6b7d2280a28be2526f58b88f4a (diff)
downloadaur-4b136dace2f45db9528a8239831eb6e999e8b5e0.tar.gz
feat(terragrunt): new upstream release: 0.23.26
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fb3228c70575..86b9de940a94 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = terragrunt
pkgdesc = A thin wrapper for Terraform that provides extra tools for working with multiple Terraform modules
- pkgver = 0.23.25
+ pkgver = 0.23.26
pkgrel = 1
url = https://github.com/gruntwork-io/terragrunt
arch = x86_64
@@ -10,8 +10,8 @@ pkgbase = terragrunt
depends = terraform
provides = terragrunt
conflicts = terragrunt
- source = terragrunt-0.23.25.tar.gz::https://github.com/gruntwork-io/terragrunt/archive/v0.23.25.tar.gz
- sha256sums = 9f6e2fa677cb39319c3f474c58f3013ba0f49acf8a844b422ebeeea01f7e0b2f
+ source = terragrunt-0.23.26.tar.gz::https://github.com/gruntwork-io/terragrunt/archive/v0.23.26.tar.gz
+ sha256sums = 38af9f84abedefac767fd3898997f63df4178590e03c95644cf3f8390075b58a
pkgname = terragrunt
diff --git a/PKGBUILD b/PKGBUILD
index 251a6503d0c4..a90f267a1ece 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Benjamin Denhartog <ben@sudoforge.com>
pkgname=terragrunt
-pkgver=0.23.25
+pkgver=0.23.26
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 @@ conflicts=('terragrunt')
provides=('terragrunt')
license=('MIT')
source=("terragrunt-${pkgver}.tar.gz::https://github.com/gruntwork-io/terragrunt/archive/v${pkgver}.tar.gz")
-sha256sums=('9f6e2fa677cb39319c3f474c58f3013ba0f49acf8a844b422ebeeea01f7e0b2f')
+sha256sums=('38af9f84abedefac767fd3898997f63df4178590e03c95644cf3f8390075b58a')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"