terraform: update to 0.15.1.
This commit is contained in:
parent
9309b445a1
commit
025ffa91f3
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'terraform'
|
# Template file for 'terraform'
|
||||||
pkgname=terraform
|
pkgname=terraform
|
||||||
version=0.15.0
|
version=0.15.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path="github.com/hashicorp/$pkgname"
|
go_import_path="github.com/hashicorp/$pkgname"
|
||||||
|
@ -9,4 +9,4 @@ maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
||||||
license="MPL-2.0"
|
license="MPL-2.0"
|
||||||
homepage="https://www.terraform.io/"
|
homepage="https://www.terraform.io/"
|
||||||
distfiles="https://$go_import_path/archive/v$version.tar.gz"
|
distfiles="https://$go_import_path/archive/v$version.tar.gz"
|
||||||
checksum=89e1d82ee6f02bb9c280f1d9ab0c0edc6061c4442bf43af0f4e4f1001730188e
|
checksum=ec4926ff56952ddc43d15523ea7c359e260139d33d938057b19ff05b695722cd
|
||||||
|
|
Loading…
Reference in a new issue