2022-10-28 16:31:13 +00:00

35 lines
1.2 KiB
JSON

{
"version": "1.8.4",
"description": "Automates the creation of any type of virtual machine image.",
"homepage": "https://www.packer.io",
"license": "MPL-2.0",
"architecture": {
"64bit": {
"url": "https://releases.hashicorp.com/packer/1.8.4/packer_1.8.4_windows_amd64.zip",
"hash": "dc156c5aebadcea38963b5d3ed355b4abf280dbc3254cbf66fa2ff78f34fe1ff"
},
"32bit": {
"url": "https://releases.hashicorp.com/packer/1.8.4/packer_1.8.4_windows_386.zip",
"hash": "523ad3fef34be9a5e29f58fd6ba68f38e3df5832f8f6a39ba73f2e9715e3bc24"
}
},
"bin": "packer.exe",
"checkver": {
"url": "https://releases.hashicorp.com/packer/",
"regex": "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"
}
}
}