ScoopInstaller_Main/packer.json
2019-01-30 16:00:28 +00:00

34 lines
1.1 KiB
JSON

{
"homepage": "https://www.packer.io",
"license": "MPL-2.0",
"version": "1.3.4",
"architecture": {
"64bit": {
"url": "https://releases.hashicorp.com/packer/1.3.4/packer_1.3.4_windows_amd64.zip",
"hash": "6e0b70ec648184366092eff3c53ff67d08de72586a15798e9e9f51086b94eeac"
},
"32bit": {
"url": "https://releases.hashicorp.com/packer/1.3.4/packer_1.3.4_windows_386.zip",
"hash": "9c5f8b85dc57a079c08188e00f27c1c1d514c5497bad6f707e53ea1e75599ce0"
}
},
"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"
}
}
}