ScoopInstaller_Main/packer.json
2017-11-15 23:01:15 +00:00

36 lines
1.1 KiB
JSON

{
"homepage": "https://www.packer.io",
"license": "Mozilla Public License 2.0",
"version": "1.1.2",
"architecture": {
"64bit": {
"url": "https://releases.hashicorp.com/packer/1.1.2/packer_1.1.2_windows_amd64.zip",
"hash": "0bd1df6a5fad08da93b01ac931f46b517bb77750964aee365ca56a230b571308"
},
"32bit": {
"url": "https://releases.hashicorp.com/packer/1.1.2/packer_1.1.2_windows_386.zip",
"hash": "181c61d35bb8ac90e0dd84377bf14728f9c88625cdcf214377c38810952c7dfd"
}
},
"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"
}
}
}