2019-10-01 19:00:26 +00:00

35 lines
1.2 KiB
JSON

{
"homepage": "https://www.packer.io",
"description": "Automates the creation of any type of virtual machine image.",
"license": "MPL-2.0",
"version": "1.4.4",
"architecture": {
"64bit": {
"url": "https://releases.hashicorp.com/packer/1.4.4/packer_1.4.4_windows_amd64.zip",
"hash": "310a98e6ac7d4ee4f306a5f8385628a2e79a2cb8f7d2e894379e3a97ff5ed35b"
},
"32bit": {
"url": "https://releases.hashicorp.com/packer/1.4.4/packer_1.4.4_windows_386.zip",
"hash": "2cb20b287c3063d45fb820a3973992ff5ae6269a90caf39945b133b64966f16a"
}
},
"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"
}
}
}