2022-06-22 00:35:52 +00:00

35 lines
1.2 KiB
JSON

{
"version": "1.8.2",
"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.8.2/packer_1.8.2_windows_amd64.zip",
"hash": "844cdde6f2e2dbe0d237668ca25bbe7697916bc2e036015b2c1fe54460dfc818"
},
"32bit": {
"url": "https://releases.hashicorp.com/packer/1.8.2/packer_1.8.2_windows_386.zip",
"hash": "d13d2ecdcee4757b57ecb6baf9ba7e5d3c7550ea8cc43f0b737249c7f56bce2c"
}
},
"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"
}
}
}