mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-17 22:21:19 +00:00
34 lines
1.1 KiB
JSON
34 lines
1.1 KiB
JSON
{
|
|
"homepage": "https://www.terraform.io",
|
|
"license": "MPL-2.0",
|
|
"version": "0.12.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://releases.hashicorp.com/terraform/0.12.0/terraform_0.12.0_windows_amd64.zip",
|
|
"hash": "737ec6a684669125579858700a294799aba7deb7a72393eda64bea99aff8b38d"
|
|
},
|
|
"32bit": {
|
|
"url": "https://releases.hashicorp.com/terraform/0.12.0/terraform_0.12.0_windows_386.zip",
|
|
"hash": "c56c8ce625333006b0d52334a8ffc95d181e50bd6737bb0c1ac77bb4038a51ed"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|