2022-05-27 20:28:23 +00:00

35 lines
1.2 KiB
JSON

{
"version": "1.8.1",
"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.1/packer_1.8.1_windows_amd64.zip",
"hash": "75b15c3b61cb9c7a0daa0a9f7746f7453beb30ab604da1826760fe693857801c"
},
"32bit": {
"url": "https://releases.hashicorp.com/packer/1.8.1/packer_1.8.1_windows_386.zip",
"hash": "43a1fa6955657eee20a9182faca56842e1ae71dc2f8cdcf5256cf462880c982d"
}
},
"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"
}
}
}