mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
terragrunt: update to 0.18.4
This commit is contained in:
parent
93b253aece
commit
3b237ef358
1 changed files with 8 additions and 8 deletions
|
@ -1,17 +1,17 @@
|
||||||
# Template file for 'terragrunt'
|
# Template file for 'terragrunt'
|
||||||
pkgname=terragrunt
|
pkgname=terragrunt
|
||||||
version=0.18.3
|
version=0.18.4
|
||||||
revision=1
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
short_desc="A thin wrapper for Terraform that provides extra tools"
|
|
||||||
maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
|
||||||
depends="terraform"
|
|
||||||
hostmakedepends="glide git"
|
|
||||||
license="MIT"
|
|
||||||
go_import_path="github.com/gruntwork-io/$pkgname"
|
go_import_path="github.com/gruntwork-io/$pkgname"
|
||||||
homepage="https://$go_import_path"
|
hostmakedepends="glide git"
|
||||||
|
depends="terraform"
|
||||||
|
short_desc="Thin wrapper for Terraform that provides extra tools"
|
||||||
|
maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
||||||
|
license="MIT"
|
||||||
|
homepage="https://github.com/gruntwork-io/terragrunt"
|
||||||
distfiles="$homepage/archive/v$version.tar.gz"
|
distfiles="$homepage/archive/v$version.tar.gz"
|
||||||
checksum=b38c7f72ece72bfbe719486f4196c225a02d5e0c1345ba8ec6dacadb8eb58c59
|
checksum=0a058ab5ead4c2e699ff6494f7a482e2cfbfca2d2dbc482f8acb7664e68349a9
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE.txt
|
vlicense LICENSE.txt
|
||||||
|
|
Loading…
Add table
Reference in a new issue