ScoopInstaller_Main/packer.json
2019-04-11 19:00:28 +00:00

34 lines
1.1 KiB
JSON

{
"homepage": "https://www.packer.io",
"license": "MPL-2.0",
"version": "1.4.0",
"architecture": {
"64bit": {
"url": "https://releases.hashicorp.com/packer/1.4.0/packer_1.4.0_windows_amd64.zip",
"hash": "30166a017473c2ad840e294733a7eb9a9326e82ce304d320e91adb636a95dcb0"
},
"32bit": {
"url": "https://releases.hashicorp.com/packer/1.4.0/packer_1.4.0_windows_386.zip",
"hash": "58fb669558f014c6b5f9c348631d72c3f8c303bd52fa07a8d8612bc45f3e1f30"
}
},
"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"
}
}
}