ScoopInstaller_Main/packer.json
2017-09-12 23:00:17 +00:00

36 lines
1.1 KiB
JSON

{
"homepage": "https://www.packer.io",
"license": "Mozilla Public License 2.0",
"version": "1.1.0",
"architecture": {
"64bit": {
"url": "https://releases.hashicorp.com/packer/1.1.0/packer_1.1.0_windows_amd64.zip",
"hash": "fcf1d9725515e60575c2292128362f3793a58e014cbb5e78575e4e56b839bff8"
},
"32bit": {
"url": "https://releases.hashicorp.com/packer/1.1.0/packer_1.1.0_windows_386.zip",
"hash": "8220f1ad81606bf2a610fe71f2fbf6361a4250115c9257d9b5a71a6d05e0834b"
}
},
"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"
}
}
}