terragrunt: update to 0.18.1.
This commit is contained in:
parent
77e57728f0
commit
ac37595351
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'terragrunt'
|
||||
pkgname=terragrunt
|
||||
version=0.18.0
|
||||
version=0.18.1
|
||||
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=5d5872ac317e42deb99c07b6666d40fa14b76032780ff48e719c4271d868beb8
|
||||
checksum=84360062d59acad5319f1bedf910c9ef487b401cc25469723599c0bb15932e58
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE.txt
|
||||
|
|
Loading…
Reference in a new issue