2022-12-13 00:33:11 +00:00

35 lines
1.2 KiB
JSON

{
"version": "1.8.5",
"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.8.5/packer_1.8.5_windows_amd64.zip",
"hash": "f2df2ee3356987c286eeb4f0460b9b2e7b26c29c45c065626713e9dfab5e876d"
},
"32bit": {
"url": "https://releases.hashicorp.com/packer/1.8.5/packer_1.8.5_windows_386.zip",
"hash": "e1262a17b52815e75966453887b8848cdde10844a59ddcc51899b31bb7df718c"
}
},
"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"
}
}
}