ScoopInstaller_Main/packer.json
2018-03-29 14:02:02 +02:00

36 lines
1.1 KiB
JSON

{
"homepage": "https://www.packer.io",
"license": "Mozilla Public License 2.0",
"version": "1.2.2",
"architecture": {
"64bit": {
"url": "https://releases.hashicorp.com/packer/1.2.2/packer_1.2.2_windows_amd64.zip",
"hash": "9c066bbe463376f9e7991326ecba09672b121776a0f2566c2d8e6ef72d52106e"
},
"32bit": {
"url": "https://releases.hashicorp.com/packer/1.2.2/packer_1.2.2_windows_386.zip",
"hash": "eb338c97697d8ed94a36bb3ed4d337343f225d04f89ccf76e5817d0c753c9c20"
}
},
"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"
}
}
}