ScoopInstaller_Main/packer.json
2017-07-18 00:01:56 +00:00

36 lines
1.1 KiB
JSON

{
"homepage": "https://www.packer.io",
"license": "Mozilla Public License 2.0",
"version": "1.0.3",
"architecture": {
"64bit": {
"url": "https://releases.hashicorp.com/packer/1.0.3/packer_1.0.3_windows_amd64.zip",
"hash": "774699160352e65891483be0c60aff557db32761d907ac5748cf65aeb9489fb1"
},
"32bit": {
"url": "https://releases.hashicorp.com/packer/1.0.3/packer_1.0.3_windows_386.zip",
"hash": "3ab1c214ff7ed20df60a22dc79a2cacf3ef7bc4900ab68074a1c61a34bfb5962"
}
},
"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"
}
}
}