ScoopInstaller_Main/terraform.json
2017-02-16 18:33:05 +01:00

38 lines
1.3 KiB
JSON

{
"homepage": "https://www.terraform.io",
"license": "Mozilla Public License 2.0",
"version": "0.8.7",
"architecture": {
"64bit": {
"url": "https://releases.hashicorp.com/terraform/0.8.7/terraform_0.8.7_windows_amd64.zip",
"hash": "dcd2cacfec4f9d6e9834d9c2cfef9b7b868e191001d88607f088dc93406054bd"
},
"32bit": {
"url": "https://releases.hashicorp.com/terraform/0.8.7/terraform_0.8.7_windows_386.zip",
"hash": "4e7f89322434cfb91aa6c9448f12b189b18e3d4f631dda2acc11a2fcc0db1a95"
}
},
"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)"
}
}
}