ScoopInstaller_Main/terraform.json
2019-03-13 17:56:33 +01:00

34 lines
1.1 KiB
JSON

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