2020-02-12 23:01:49 +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.2",
"architecture": {
"64bit": {
"url": "https://releases.hashicorp.com/packer/1.5.2/packer_1.5.2_windows_amd64.zip",
"hash": "0f1d36897257f8ab50e5be519ab20bed67e59505cf04e71bd7a21d525443984f"
},
"32bit": {
"url": "https://releases.hashicorp.com/packer/1.5.2/packer_1.5.2_windows_386.zip",
"hash": "c07b0b0a81bbc380512344151aa8e34e83d53a5b90511156510d22b0effd3b34"
}
},
"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"
}
}
}