terraform: update to 0.9.5.
This commit is contained in:
parent
7f0e30f2a8
commit
08c83b5144
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'terraform'
|
||||
pkgname=terraform
|
||||
version=0.9.4
|
||||
version=0.9.5
|
||||
revision=1
|
||||
build_style=go
|
||||
short_desc="A tool for building, changing, and combining infrastructure"
|
||||
|
@ -9,7 +9,7 @@ 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=aeb7ae29a8da6035d995ffb00f767911746165f4cb7432657d361f399370f377
|
||||
checksum=93baf92902ae7bb4575344e389f522a593b7cdcc5896f9b1590cd33c5fb6a74b
|
||||
|
||||
case "${XBPS_TARGET_MACHINE}" in
|
||||
arm*) broken="https://build.voidlinux.eu/builders/armv7l_builder/builds/1032/steps/shell_3/logs/stdio" ;;
|
||||
|
|
Loading…
Reference in New Issue