2020-02-15 01:01:49 +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.4",
"architecture": {
"64bit": {
"url": "https://releases.hashicorp.com/packer/1.5.4/packer_1.5.4_windows_amd64.zip",
"hash": "26a66d6c99420b320babda2c94bfe1b289298b334d7721efd9f1a61139955d82"
},
"32bit": {
"url": "https://releases.hashicorp.com/packer/1.5.4/packer_1.5.4_windows_386.zip",
"hash": "ecdbfed1c0ac7abb61f4317a231233aae466577fe18bf4343810c779747b039a"
}
},
"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"
}
}
}