ScoopInstaller_Main/packer.json
2018-09-11 20:00:50 +00:00

36 lines
1.1 KiB
JSON

{
"homepage": "https://www.packer.io",
"license": "MPL-2.0",
"version": "1.3.0",
"architecture": {
"64bit": {
"url": "https://releases.hashicorp.com/packer/1.3.0/packer_1.3.0_windows_amd64.zip",
"hash": "77764d47d98828f4d6ea51e5d20f238f4080354925611688a5a21fa182645c5d"
},
"32bit": {
"url": "https://releases.hashicorp.com/packer/1.3.0/packer_1.3.0_windows_386.zip",
"hash": "03a18a4727c13e8bdc68530558af12124adcf2c28c17c6afc42b47934bc11c4b"
}
},
"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"
}
}
}