2021-09-15 02:00:36 +00:00

35 lines
1.2 KiB
JSON

{
"version": "1.7.5",
"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.5/packer_1.7.5_windows_amd64.zip",
"hash": "e1a9f2d8a785f34a9f185b2b40b8960cc44434847e64dd4c9be84691d95dfc11"
},
"32bit": {
"url": "https://releases.hashicorp.com/packer/1.7.5/packer_1.7.5_windows_386.zip",
"hash": "83ece8d7269e0b70756b8977676aaac7d023f54522905f23e76cfed1b578804c"
}
},
"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"
}
}
}