ScoopInstaller_Main/bucket/terraform.json
2019-05-16 21:00:28 +00:00

34 lines
1.1 KiB
JSON

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