ScoopInstaller_Main/packer.json
2018-07-16 21:00:31 +00:00

36 lines
1.1 KiB
JSON

{
"homepage": "https://www.packer.io",
"license": "MPL-2.0",
"version": "1.2.5",
"architecture": {
"64bit": {
"url": "https://releases.hashicorp.com/packer/1.2.5/packer_1.2.5_windows_amd64.zip",
"hash": "537118113207f14f54352165ef664f53aa674a3b1e69ef653f917bab42f2c688"
},
"32bit": {
"url": "https://releases.hashicorp.com/packer/1.2.5/packer_1.2.5_windows_386.zip",
"hash": "a46e6ef42b0d5f7d30a8865be6bd26af3f7baeec70c4f48108c21e09e856222e"
}
},
"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"
}
}
}