ScoopInstaller_Main/packer.json
2018-03-26 22:00:23 +00:00

36 lines
1.1 KiB
JSON

{
"homepage": "https://www.packer.io",
"license": "Mozilla Public License 2.0",
"version": "1.2.2",
"architecture": {
"64bit": {
"url": "https://releases.hashicorp.com/packer/1.2.2/packer_1.2.2_windows_amd64.zip",
"hash": "24140831596cd8ce5be3ba8205cdd7fc8ebd6ebffe7dde445249b6ab82ab8bff"
},
"32bit": {
"url": "https://releases.hashicorp.com/packer/1.2.2/packer_1.2.2_windows_386.zip",
"hash": "8476ded28afb5bb355f23affbc6f3f5dfdeed06f80bbded7251bb4267b764477"
}
},
"bin": [
"packer.exe"
],
"checkver": {
"url": "https://releases.hashicorp.com/packer/",
"re": "packer_([\\d.]+)</a>"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://releases.hashicorp.com/packer/$version/packer_$version_windows_amd64.zip"
},
"32bit": {
"url": "https://releases.hashicorp.com/packer/$version/packer_$version_windows_386.zip"
}
},
"hash": {
"url": "$baseurl/packer_$version_SHA256SUMS"
}
}
}