2024-07-30 16:29:26 +00:00

35 lines
1.2 KiB
JSON

{
"version": "1.11.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.11.2/packer_1.11.2_windows_amd64.zip",
"hash": "43facee0f16a03c26bbb713c6904b39568ae320d02b875fe18436e93068a712e"
},
"32bit": {
"url": "https://releases.hashicorp.com/packer/1.11.2/packer_1.11.2_windows_386.zip",
"hash": "b115c1cf9c6e14ceca31adb22278831f3d364083c4898095973830389ca333ca"
}
},
"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"
}
}
}