mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-30 09:22:57 +02:00
terragrunt: update to 0.17.1.
This commit is contained in:
parent
606d5fe119
commit
db88bfda81
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'terragrunt'
|
# Template file for 'terragrunt'
|
||||||
pkgname=terragrunt
|
pkgname=terragrunt
|
||||||
version=0.17.0
|
version=0.17.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
short_desc="A thin wrapper for Terraform that provides extra tools"
|
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"
|
go_import_path="github.com/gruntwork-io/$pkgname"
|
||||||
homepage="https://$go_import_path"
|
homepage="https://$go_import_path"
|
||||||
distfiles="$homepage/archive/v$version.tar.gz"
|
distfiles="$homepage/archive/v$version.tar.gz"
|
||||||
checksum=20e2e64146db377357ba51f19625f633ee344333a995f30c16e3e3b339307e98
|
checksum=4503d2d0bf39af6c2c0c326612d1073d1b79668abe4090a2416a0cf7f325eff0
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
cd $GOSRCPATH
|
cd $GOSRCPATH
|
||||||
|
|
Loading…
Add table
Reference in a new issue