2020-03-25 23:01:52 +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.5.5",
"architecture": {
"64bit": {
"url": "https://releases.hashicorp.com/packer/1.5.5/packer_1.5.5_windows_amd64.zip",
"hash": "9ed486093c2c4ea16cc57bdc80366105bd1ebb234f1ba1839243c552498766ff"
},
"32bit": {
"url": "https://releases.hashicorp.com/packer/1.5.5/packer_1.5.5_windows_386.zip",
"hash": "0ad5d9a46b499867abce4ac36bcc6023da66f9610a8916f1b68c50c74656abd9"
}
},
"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"
}
}
}