ScoopInstaller_Main/terraform.json
2018-10-19 19:00:25 +00:00

36 lines
1.2 KiB
JSON

{
"homepage": "https://www.terraform.io",
"license": "MPL-2.0",
"version": "0.11.9",
"architecture": {
"64bit": {
"url": "https://releases.hashicorp.com/terraform/0.11.9/terraform_0.11.9_windows_amd64.zip",
"hash": "d2fa6ce1f5019011678593fe1b85578e94e59bf9e89238258aafd803323db668"
},
"32bit": {
"url": "https://releases.hashicorp.com/terraform/0.11.9/terraform_0.11.9_windows_386.zip",
"hash": "12e2817e7eca372995e13a582a7db2a9238abc6e77250344a38d6e4dab5df3b6"
}
},
"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"
}
}
}