terraform: update to 0.8.2.
This commit is contained in:
parent
7677089d54
commit
98547269a4
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'terraform'
|
||||
pkgname=terraform
|
||||
version=0.8.1
|
||||
revision=2
|
||||
version=0.8.2
|
||||
revision=1
|
||||
build_style=go
|
||||
short_desc="A tool for building, changing, and combining infrastructure"
|
||||
maintainer="Andrea Brancaleoni <miwaxe@gmail.com>"
|
||||
|
@ -9,4 +9,4 @@ license="MPL-2.1"
|
|||
homepage="https://www.terraform.io/"
|
||||
go_import_path="github.com/hashicorp/$pkgname"
|
||||
distfiles="https://$go_import_path/archive/v$version.tar.gz"
|
||||
checksum=927b4909a64b8550376e87c737eab0f34a0895f2700fa8bc81de339f4a7ffe20
|
||||
checksum=bc38273dcaf50e240788f6174dff0ad3cb6b252da22617fae768164cf6065c3b
|
||||
|
|
Loading…
Reference in New Issue