2020-05-01 23:01:48 +00:00

35 lines
1.2 KiB
JSON

{
"homepage": "https://www.packer.io",
"description": "Automates the creation of any type of virtual machine image.",
"license": "MPL-2.0",
"version": "1.5.6",
"architecture": {
"64bit": {
"url": "https://releases.hashicorp.com/packer/1.5.6/packer_1.5.6_windows_amd64.zip",
"hash": "60c5220bd2617e95949a930625c3276f704ffbb54039312a0a040379786ac49e"
},
"32bit": {
"url": "https://releases.hashicorp.com/packer/1.5.6/packer_1.5.6_windows_386.zip",
"hash": "a6dc3e771610e63e18cb9ba58cb8de5af0b0f3d8a1e7f92c7eb97f35d7afcf98"
}
},
"bin": "packer.exe",
"checkver": {
"url": "https://releases.hashicorp.com/packer/",
"re": "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"
}
}
}