summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Gwin2018-05-11 11:19:35 +0200
committerMichael Gwin2018-05-11 11:19:35 +0200
commit1650ac7ab6e0b24ed78d98aa7801af0d888aea3b (patch)
treea58f7872d8b494eff1d678b60f2e62b6c952aeee
parent98bb93eecb8882557d7704d907cd10f8590fffa9 (diff)
downloadaur-1650ac7ab6e0b24ed78d98aa7801af0d888aea3b.tar.gz
Updated to v0.14.10
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3b0a0cd7d091..881427c87839 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.13.23
+ pkgver = 0.14.10
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.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
+ source = terragrunt_linux_amd64-0.14.10::https://github.com/gruntwork-io/terragrunt/releases/download/v0.14.10/terragrunt_linux_amd64
+ source = https://raw.githubusercontent.com/gruntwork-io/terragrunt/v0.14.10/LICENSE.txt
+ sha256sums = 57fa2ea5870d6e8e79c1f16a53be6a078f37f2c99ada63c1b9182251ea904b3e
sha256sums = a462de65463e142a430b65770650f5f028d28b60e13a830ac8092506ff2c7146
pkgname = terragrunt-bin
diff --git a/PKGBUILD b/PKGBUILD
index 74b560f27e59..671959dbab60 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=terragrunt-bin
_pkgname=terragrunt
-pkgver=0.13.23
+pkgver=0.14.10
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=(
- '30f65c2874b0723fd111874bb7c2fcb8b8231b06ebd6863c0aafec49cc8911ce'
+ '57fa2ea5870d6e8e79c1f16a53be6a078f37f2c99ada63c1b9182251ea904b3e'
'a462de65463e142a430b65770650f5f028d28b60e13a830ac8092506ff2c7146'
)