2019-12-19 01:00:19 +00:00

35 lines
1.2 KiB
JSON

{
"homepage": "https://www.packer.io",
"description": "Automates the creation of any type of virtual machine image.",
"license": "MPL-2.0",
"version": "1.5.0",
"architecture": {
"64bit": {
"url": "https://releases.hashicorp.com/packer/1.5.0/packer_1.5.0_windows_amd64.zip",
"hash": "c42044a510c23dd346dddd02c1379958c75f4bf14da3c230429cf2addd544623"
},
"32bit": {
"url": "https://releases.hashicorp.com/packer/1.5.0/packer_1.5.0_windows_386.zip",
"hash": "697f52b5f851161316529159b230d68b2239bce9ea98472e09ef18501fffa9d1"
}
},
"bin": "packer.exe",
"checkver": {
"url": "https://releases.hashicorp.com/packer/",
"re": "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"
}
}
}