ScoopInstaller_Main/bucket/terraform.json
2019-06-04 18:00:48 +00:00

34 lines
1.1 KiB
JSON

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