terragrunt: update to 0.13.8.
This commit is contained in:
parent
a44a812cc8
commit
c955eccac5
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'terragrunt'
|
||||
pkgname=terragrunt
|
||||
version=0.13.7
|
||||
version=0.13.8
|
||||
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=760738f6a8219fce2451c1590ed93e6f8cb1bfc9610893f82a988ecf1225a83a
|
||||
checksum=6ad9d21dd6958ef678e854341c7c95100dd7e945ef3bbddab02b05d1bf3c427e
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE.txt
|
||||
|
|
Loading…
Reference in a new issue