Jakub Čábera 6d6d102291 aws: Update to version 2.1.17
format p*
2021-01-08 07:41:21 +01:00

35 lines
1.2 KiB
JSON

{
"version": "1.6.6",
"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.6.6/packer_1.6.6_windows_amd64.zip",
"hash": "4297db613ad67599c844cab1238e4faf67b1fd1a57eb1e2f3ca17b6eab4555d4"
},
"32bit": {
"url": "https://releases.hashicorp.com/packer/1.6.6/packer_1.6.6_windows_386.zip",
"hash": "6c6693054dc759a5c2587ca27ba5198cc027fb0a1bc1d9fe5d97e0dbbc71b576"
}
},
"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"
}
}
}