2026-02-04 08:32:17 +00:00

35 lines
1.2 KiB
JSON

{
"version": "1.15.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.15.0/packer_1.15.0_windows_amd64.zip",
"hash": "5cf875e39b5d4ad552dd0e6f52a6e46c6d0b6b0ee1f8104824445892febe58c6"
},
"32bit": {
"url": "https://releases.hashicorp.com/packer/1.15.0/packer_1.15.0_windows_386.zip",
"hash": "d3cb7f62b5834080c4437208e0e4a40028b8eba9967b432daa5d3df9927306ab"
}
},
"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"
}
}
}