terragrunt: update to 0.14.4.
This commit is contained in:
parent
fdc8f795d4
commit
26c5cb829b
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'terragrunt'
|
||||
pkgname=terragrunt
|
||||
version=0.14.3
|
||||
version=0.14.4
|
||||
revision=1
|
||||
build_style=go
|
||||
short_desc="A thin wrapper for Terraform that provides extra tools"
|
||||
|
@ -11,7 +11,7 @@ license="MIT"
|
|||
go_import_path="github.com/gruntwork-io/$pkgname"
|
||||
homepage="https://$go_import_path"
|
||||
distfiles="$homepage/archive/v$version.tar.gz"
|
||||
checksum=fd6b81f20ef8813fb2ca393f7448715704fb74fadd33eb110df1c1380a4d6c9d
|
||||
checksum=44870378af1821816b28bab5ff6df5f52c3b2091a0b0f7f7d3a88cc41ee91959
|
||||
|
||||
pre_build() {
|
||||
cd $GOSRCPATH
|
||||
|
|
Loading…
Reference in a new issue