terraform: update to 0.10.1.
This commit is contained in:
parent
ba36725436
commit
30ce8398c8
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'terraform'
|
||||
pkgname=terraform
|
||||
version=0.10.0
|
||||
revision=2
|
||||
version=0.10.1
|
||||
revision=1
|
||||
build_style=go
|
||||
short_desc="A tool for building, changing, and combining infrastructure"
|
||||
maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
||||
|
@ -9,4 +9,4 @@ 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=37fad4afde1978d0a4841176b577a2e446144cec836fb14f177704d111c72f0a
|
||||
checksum=30ba707fd22ef1340f8a2b3add461d8bf93acc11621b2554ec55e005ae47af74
|
||||
|
|
Loading…
Reference in New Issue