terraform: xlint fixes
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
parent
d42bdd77d8
commit
5acb5710d9
1 changed files with 2 additions and 2 deletions
|
@ -3,10 +3,10 @@ pkgname=terraform
|
|||
version=0.11.14
|
||||
revision=1
|
||||
build_style=go
|
||||
short_desc="A tool for building, changing, and combining infrastructure"
|
||||
go_import_path="github.com/hashicorp/$pkgname"
|
||||
short_desc="Tool for building, changing, and combining infrastructure"
|
||||
maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
||||
license="MPL-2.0"
|
||||
homepage="https://www.terraform.io/"
|
||||
go_import_path="github.com/hashicorp/$pkgname"
|
||||
distfiles="https://$go_import_path/archive/v$version.tar.gz"
|
||||
checksum=50b75c94c4d3bfe44cfc12c740126747b6b34c014602777154356caa85a783f4
|
||||
|
|
Loading…
Reference in a new issue