2025-08-05 16:29:49 +00:00

35 lines
1.2 KiB
JSON

{
"version": "1.14.1",
"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.1/packer_1.14.1_windows_amd64.zip",
"hash": "3b9a51744e343b696a15a490500758ce1f864632878d710ed18688e221639b97"
},
"32bit": {
"url": "https://releases.hashicorp.com/packer/1.14.1/packer_1.14.1_windows_386.zip",
"hash": "34691b4326c80bb8f0cd4c0681cec242b2403723a003112472753fe5e17ba1e1"
}
},
"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"
}
}
}