2023-07-20 00:33:11 +00:00

35 lines
1.2 KiB
JSON

{
"version": "1.9.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.9.2/packer_1.9.2_windows_amd64.zip",
"hash": "2b73254cbf0ae0ccd812092f2910e453a1cefcf4f7d74672630ce1b9de4447d6"
},
"32bit": {
"url": "https://releases.hashicorp.com/packer/1.9.2/packer_1.9.2_windows_386.zip",
"hash": "d4a09f1480eb42863ce6dd944ca254e4c4e17533c2883ec0645324e2c2efaa87"
}
},
"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"
}
}
}