2020-07-30 21: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.1",
"architecture": {
"64bit": {
"url": "https://releases.hashicorp.com/packer/1.6.1/packer_1.6.1_windows_amd64.zip",
"hash": "dd68974398e33584b6d0288f8df9cbcd00fb2ed9f4dd60bf6ffe6bd8d0203b6d"
},
"32bit": {
"url": "https://releases.hashicorp.com/packer/1.6.1/packer_1.6.1_windows_386.zip",
"hash": "b312affaa8239e5f4cf7cef721612353eedc9141dc773c84d651314e5641d564"
}
},
"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"
}
}
}