ScoopInstaller_Main/terraform.json
Hugo Locurcio 5810275996 Use SPDX license identifiers in the default bucket (#2211)
This leads to more consistent license properties and allows for easier
automated parsing. https://spdx.org/licenses/
2018-04-20 18:04:49 +02:00

36 lines
1.2 KiB
JSON

{
"homepage": "https://www.terraform.io",
"license": "MPL-2.0",
"version": "0.11.7",
"architecture": {
"64bit": {
"url": "https://releases.hashicorp.com/terraform/0.11.7/terraform_0.11.7_windows_amd64.zip",
"hash": "5fd003ef20f7a6a85ced4ad30bf95698afd4d0bfd477541583ff014e96026d6c"
},
"32bit": {
"url": "https://releases.hashicorp.com/terraform/0.11.7/terraform_0.11.7_windows_386.zip",
"hash": "4e4b50de1143d72d348e6300d78aed596acae09714516d697bd4f0d9443aa7d3"
}
},
"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"
}
}
}