ScoopInstaller_Main/terraform.json
2018-10-23 16:00:24 +00:00

36 lines
1.2 KiB
JSON

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