2024-05-31 20:25:35 +00:00

35 lines
1.2 KiB
JSON

{
"version": "1.11.0",
"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.11.0/packer_1.11.0_windows_amd64.zip",
"hash": "ea20acf68e13476c4939f75a3f0646fcc86f46940e4f5b4eb4c6571ada3054b5"
},
"32bit": {
"url": "https://releases.hashicorp.com/packer/1.11.0/packer_1.11.0_windows_386.zip",
"hash": "fb912e12f9599579ce56d004a91389fa7ac851b57f8a5b523ffba04723c86ef3"
}
},
"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"
}
}
}