terraform: update to 0.9.3.
This commit is contained in:
parent
b676765dd5
commit
58a2bee703
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'terraform'
|
||||
pkgname=terraform
|
||||
version=0.9.2
|
||||
revision=2
|
||||
version=0.9.3
|
||||
revision=1
|
||||
build_style=go
|
||||
short_desc="A tool for building, changing, and combining infrastructure"
|
||||
maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
||||
|
@ -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=a5e3924bf72899149b572409c82da4b7d71ac556fd460790577bdf50f27709a4
|
||||
checksum=de57ba63f0314ba4e21818f048551a22afe61662bd72b3c81b01a47284fcaf3d
|
||||
|
||||
case "${XBPS_TARGET_MACHINE}" in
|
||||
arm*) broken="https://build.voidlinux.eu/builders/armv7l_builder/builds/1032/steps/shell_3/logs/stdio" ;;
|
||||
|
|
Loading…
Reference in a new issue