ScoopInstaller_Main/terraform.json
2017-05-25 19:00:40 +02:00

36 lines
1.2 KiB
JSON

{
"homepage": "https://www.terraform.io",
"license": "Mozilla Public License 2.0",
"version": "0.9.6",
"architecture": {
"64bit": {
"url": "https://releases.hashicorp.com/terraform/0.9.6/terraform_0.9.6_windows_amd64.zip",
"hash": "0179858a1e9f1a8b9ba7b4c053b5504aedea56394900ce828ce25c90e968dae4"
},
"32bit": {
"url": "https://releases.hashicorp.com/terraform/0.9.6/terraform_0.9.6_windows_386.zip",
"hash": "8e3402e91cf9b51a43b17e40d1b3953fcab9f0d9439ffd3189f5ea9499e2b458"
}
},
"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"
}
}
}