2020-08-28 19:00:19 +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.6.2",
"architecture": {
"64bit": {
"url": "https://releases.hashicorp.com/packer/1.6.2/packer_1.6.2_windows_amd64.zip",
"hash": "b2df2954df15fedd32e2fda09e7639f80cbf402d318d192f6770f467fc983e29"
},
"32bit": {
"url": "https://releases.hashicorp.com/packer/1.6.2/packer_1.6.2_windows_386.zip",
"hash": "78c6202569d6ace6e3f4690d0d08136ea58775742cd9c27bc23f28513ea57f1b"
}
},
"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"
}
}
}