terragrunt: update to 0.68.15.
This commit is contained in:
parent
87331316df
commit
9feb81dd42
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'terragrunt'
|
# Template file for 'terragrunt'
|
||||||
pkgname=terragrunt
|
pkgname=terragrunt
|
||||||
version=0.68.14
|
version=0.68.15
|
||||||
revision=1
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path="github.com/gruntwork-io/terragrunt"
|
go_import_path="github.com/gruntwork-io/terragrunt"
|
||||||
|
@ -9,7 +9,7 @@ maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/gruntwork-io/terragrunt"
|
homepage="https://github.com/gruntwork-io/terragrunt"
|
||||||
distfiles="$homepage/archive/v$version.tar.gz"
|
distfiles="$homepage/archive/v$version.tar.gz"
|
||||||
checksum=10fc14bad8338bc07259dc0e9cb0778477119fe2b1e8fcc8399e94f19c5868fd
|
checksum=25ee7b8af090d6dbac3502502678733dc175020daf57fde5d2fde6033c7d13b1
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE.txt
|
vlicense LICENSE.txt
|
||||||
|
|
Loading…
Reference in New Issue