2025-06-02 16:30:21 +00:00

35 lines
1.2 KiB
JSON

{
"version": "1.13.0",
"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.13.0/packer_1.13.0_windows_amd64.zip",
"hash": "d5c8eba58dd0f6f50ba8c945cd31f7e093f5ffbbfcb5e9d0b40416ced4028112"
},
"32bit": {
"url": "https://releases.hashicorp.com/packer/1.13.0/packer_1.13.0_windows_386.zip",
"hash": "464c4c6f4c46a40d83fa90a3e9d34f23d3e42bafe66102e67ccb90896bba2ed0"
}
},
"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"
}
}
}