mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-10 13:45:16 +00:00
23 lines
735 B
JSON
23 lines
735 B
JSON
{
|
|
"homepage": "https://www.packer.io",
|
|
"license": "Mozilla Public License 2.0",
|
|
"version": "0.10.2",
|
|
"architecture": {
|
|
"32bit": {
|
|
"url": "https://releases.hashicorp.com/packer/0.10.2/packer_0.10.2_windows_386.zip",
|
|
"hash": "69a7a0a4d54aeb291459fa226a45b6bff0d15e78592697536e9ec1735a0074e5"
|
|
},
|
|
"64bit": {
|
|
"url": "https://releases.hashicorp.com/packer/0.10.2/packer_0.10.2_windows_amd64.zip",
|
|
"hash": "9ca8e8836b5f2f5a39e4e5090d7faabcf5839fa87487fb46bb34532e07531ccf"
|
|
}
|
|
},
|
|
"bin": [
|
|
"packer.exe"
|
|
],
|
|
"checkver": {
|
|
"url": "https://www.packer.io/downloads.html",
|
|
"re": "Latest version: ([\\d.]+)"
|
|
}
|
|
}
|