ScoopInstaller_Main/packer.json
2018-04-25 22:00:24 +00:00

36 lines
1.1 KiB
JSON

{
"homepage": "https://www.packer.io",
"license": "Mozilla Public License 2.0",
"version": "1.2.3",
"architecture": {
"64bit": {
"url": "https://releases.hashicorp.com/packer/1.2.3/packer_1.2.3_windows_amd64.zip",
"hash": "c28c4d0710526a9029a9eb4ecc7ab967c267b5be1020680667484f4fe016bd99"
},
"32bit": {
"url": "https://releases.hashicorp.com/packer/1.2.3/packer_1.2.3_windows_386.zip",
"hash": "0ac9f62e6bbebaeb848ab0f270928ef6045a1132fda1867072be05206eba5b44"
}
},
"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"
}
}
}