ScoopInstaller_Main/terraform.json
2017-09-14 22:00:14 +00:00

36 lines
1.2 KiB
JSON

{
"homepage": "https://www.terraform.io",
"license": "Mozilla Public License 2.0",
"version": "0.10.5",
"architecture": {
"64bit": {
"url": "https://releases.hashicorp.com/terraform/0.10.5/terraform_0.10.5_windows_amd64.zip",
"hash": "d84e3f99847c82914055fb4d7619bb9c79b0d788d2ec28f22f606a9aaad71c87"
},
"32bit": {
"url": "https://releases.hashicorp.com/terraform/0.10.5/terraform_0.10.5_windows_386.zip",
"hash": "f31912b4419c987853817fbd5905bb41415ea7ddcda6aa8cd0444e32f6bf507e"
}
},
"bin": [
"terraform.exe"
],
"checkver": {
"url": "https://releases.hashicorp.com/terraform/",
"re": "terraform_([\\d.]+)</a>"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://releases.hashicorp.com/terraform/$version/terraform_$version_windows_amd64.zip"
},
"32bit": {
"url": "https://releases.hashicorp.com/terraform/$version/terraform_$version_windows_386.zip"
}
},
"hash": {
"url": "$baseurl/terraform_$version_SHA256SUMS"
}
}
}