ScoopInstaller_Main/packer.json
2016-12-30 17:46:43 -08:00

23 lines
735 B
JSON

{
"homepage": "https://www.packer.io",
"license": "Mozilla Public License 2.0",
"version": "0.12.1",
"architecture": {
"32bit": {
"url": "https://releases.hashicorp.com/packer/0.12.1/packer_0.12.1_windows_386.zip",
"hash": "31548ff65ce8a2c8aa82ed798f993cdd0f2616920ebda7f275c030dd36256ded"
},
"64bit": {
"url": "https://releases.hashicorp.com/packer/0.12.1/packer_0.12.1_windows_amd64.zip",
"hash": "d6efb1f4dd5bce2bad30f5e767648e27c0591f2978d322a9f2d7055a46ecea0b"
}
},
"bin": [
"packer.exe"
],
"checkver": {
"url": "https://www.packer.io/downloads.html",
"re": "Latest version: ([\\d.]+)"
}
}