summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichael Gwin2017-10-24 10:45:27 +0200
committerMichael Gwin2017-10-24 10:45:27 +0200
commitdea28377df97bf64c262f8d99f6357ab09bbe58c (patch)
tree6330bd03383d29d54b40fd36046d19c22b1907dd /PKGBUILD
parentfe12aafcfdd497d42353ac0a3f1e9f6e131d7fa0 (diff)
downloadaur-dea28377df97bf64c262f8d99f6357ab09bbe58c.tar.gz
update to v0.13.14
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8e429dad51d4..9a71f32798dc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=terragrunt-bin
_pkgname=terragrunt
-pkgver=0.13.3
+pkgver=0.13.14
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"
@@ -12,11 +12,11 @@ provides=('terragrunt')
license=('MIT')
arch=('x86_64')
source=(
- "https://github.com/gruntwork-io/terragrunt/releases/download/v0.13.3/terragrunt_linux_amd64"
- "https://raw.githubusercontent.com/gruntwork-io/terragrunt/v0.13.3/LICENSE.txt"
+ "https://github.com/gruntwork-io/terragrunt/releases/download/v${pkgver}/terragrunt_linux_amd64"
+ "https://raw.githubusercontent.com/gruntwork-io/terragrunt/v${pkgver}/LICENSE.txt"
)
sha256sums=(
- '77759a2b3948f2786df095f3c10f329cc8ceea9dd7d1ad13b26c05c8f5f43243'
+ 'cbf6b3f3d447a6ee79e2918ed4da1bd6a68332aa9e5dc40262a74a16c7eab8d8'
'a462de65463e142a430b65770650f5f028d28b60e13a830ac8092506ff2c7146'
)