ScoopInstaller_Main/terraform.json

36 lines
1.2 KiB
JSON

{
"homepage": "https://www.terraform.io",
"license": "Mozilla Public License 2.0",
"version": "0.9.5",
"architecture": {
"64bit": {
"url": "https://releases.hashicorp.com/terraform/0.9.5/terraform_0.9.5_windows_amd64.zip",
"hash": "c3f82782c7164935af3c4404166fe61bbc45c806ea2d51e9b8a9b4c753221de4"
},
"32bit": {
"url": "https://releases.hashicorp.com/terraform/0.9.5/terraform_0.9.5_windows_386.zip",
"hash": "280c2c5a09a4fe65a2d73564f723c3ce3128d2f414bc29130186959acf48a118"
}
},
"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"
}
}
}