ScoopInstaller_Main/terraform.json
2017-04-12 23:00:45 +02:00

38 lines
1.3 KiB
JSON

{
"homepage": "https://www.terraform.io",
"license": "Mozilla Public License 2.0",
"version": "0.9.3",
"architecture": {
"64bit": {
"url": "https://releases.hashicorp.com/terraform/0.9.3/terraform_0.9.3_windows_amd64.zip",
"hash": "27a67d3127d762a95024b354a96f36650c340e837566bd296c7ec3ecc15be94a"
},
"32bit": {
"url": "https://releases.hashicorp.com/terraform/0.9.3/terraform_0.9.3_windows_386.zip",
"hash": "2af313c55c72fa10c1536dfb62895bc8a9351c383ceb24cd6f4565737d03bc83"
}
},
"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": {
"mode": "extract",
"url": "https://releases.hashicorp.com/terraform/$version/terraform_$version_SHA256SUMS",
"find": "([a-z0-9]{64})\\s+(?:$basename)"
}
}
}