2025-09-09 16:30:34 +00:00

35 lines
1.2 KiB
JSON

{
"version": "1.14.2",
"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.14.2/packer_1.14.2_windows_amd64.zip",
"hash": "8d55c8ba32f645d0774ae3c7425f68d5f09b680d7da623baa6665f3e9e0d2cd1"
},
"32bit": {
"url": "https://releases.hashicorp.com/packer/1.14.2/packer_1.14.2_windows_386.zip",
"hash": "e64029969a412de74afe40c1f3d00c02336005b63f963abc43f56b2fccf6dc6d"
}
},
"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"
}
}
}