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

36 lines
1.1 KiB
JSON

{
"homepage": "https://www.packer.io",
"license": "Mozilla Public License 2.0",
"version": "1.1.3",
"architecture": {
"64bit": {
"url": "https://releases.hashicorp.com/packer/1.1.3/packer_1.1.3_windows_amd64.zip",
"hash": "8a8662e8341bd6fd45a2e43ee2b5e56b63c89ce355d5e367069b319aaa538044"
},
"32bit": {
"url": "https://releases.hashicorp.com/packer/1.1.3/packer_1.1.3_windows_386.zip",
"hash": "d6cb749414040feb00b88763f0d77f75e67745d4f4447371d0f1d99b1a62eb88"
}
},
"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"
}
}
}