summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Gwin2017-12-23 08:57:31 +0100
committerMichael Gwin2017-12-23 08:57:31 +0100
commit98bb93eecb8882557d7704d907cd10f8590fffa9 (patch)
tree83345807aea744fcc198df1df71461d1c3076acf
parentcf7aff6239fcaba7af93a9574e7f21012ebcd2cf (diff)
downloadaur-98bb93eecb8882557d7704d907cd10f8590fffa9.tar.gz
update to v0.13.23
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d190ad6a8042..3b0a0cd7d091 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,16 @@
-# Generated by mksrcinfo v8
-# Mon Oct 30 13:23:57 UTC 2017
pkgbase = terragrunt-bin
pkgdesc = A thin wrapper for Terraform that provides extra tools for working with multiple Terraform modules
- pkgver = 0.13.15
- pkgrel = 2
+ pkgver = 0.13.23
+ pkgrel = 1
url = https://github.com/gruntwork-io/terragrunt
arch = x86_64
license = MIT
depends = terraform
provides = terragrunt
conflicts = terragrunt
- source = terragrunt_linux_amd64-0.13.15::https://github.com/gruntwork-io/terragrunt/releases/download/v0.13.15/terragrunt_linux_amd64
- source = https://raw.githubusercontent.com/gruntwork-io/terragrunt/v0.13.15/LICENSE.txt
- sha256sums = 0a9e1b54293b2bb038000d83f60b9e5eebf0624c629c9e1fd9051c20ded563db
+ source = terragrunt_linux_amd64-0.13.23::https://github.com/gruntwork-io/terragrunt/releases/download/v0.13.23/terragrunt_linux_amd64
+ source = https://raw.githubusercontent.com/gruntwork-io/terragrunt/v0.13.23/LICENSE.txt
+ sha256sums = 30f65c2874b0723fd111874bb7c2fcb8b8231b06ebd6863c0aafec49cc8911ce
sha256sums = a462de65463e142a430b65770650f5f028d28b60e13a830ac8092506ff2c7146
pkgname = terragrunt-bin
diff --git a/PKGBUILD b/PKGBUILD
index c3e8a49855d3..74b560f27e59 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=terragrunt-bin
_pkgname=terragrunt
-pkgver=0.13.15
-pkgrel=2
+pkgver=0.13.23
+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"
depends=('terraform')
@@ -16,7 +16,7 @@ source=(
"https://raw.githubusercontent.com/gruntwork-io/terragrunt/v${pkgver}/LICENSE.txt"
)
sha256sums=(
- '0a9e1b54293b2bb038000d83f60b9e5eebf0624c629c9e1fd9051c20ded563db'
+ '30f65c2874b0723fd111874bb7c2fcb8b8231b06ebd6863c0aafec49cc8911ce'
'a462de65463e142a430b65770650f5f028d28b60e13a830ac8092506ff2c7146'
)