2021-02-17 17:50:49 +01:00

35 lines
1.2 KiB
JSON

{
"version": "1.7.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.7.0/packer_1.7.0_windows_amd64.zip",
"hash": "c7546b79ed8ea73a1541e5d084311a230f7233023df9b11659e1d12e7f63224b"
},
"32bit": {
"url": "https://releases.hashicorp.com/packer/1.7.0/packer_1.7.0_windows_386.zip",
"hash": "62ebdb5059b0cc46297cd3f5cae7875d2b45cb3e44b032b03c317c81bed98719"
}
},
"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"
}
}
}