2023-08-18 20:23:47 +00:00

35 lines
1.2 KiB
JSON

{
"version": "1.9.4",
"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.9.4/packer_1.9.4_windows_amd64.zip",
"hash": "094c50bcbe56a54a73c926267103c7f0cdb8f05acb4f4530e152f95019c97a57"
},
"32bit": {
"url": "https://releases.hashicorp.com/packer/1.9.4/packer_1.9.4_windows_386.zip",
"hash": "98e03255e5fd62aa14c1b84da5b503848cbbdb7be6894f931f55dd9bdffbdfc1"
}
},
"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"
}
}
}