mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-17 22:21:19 +00:00
35 lines
1.2 KiB
JSON
35 lines
1.2 KiB
JSON
{
|
|
"homepage": "https://www.packer.io",
|
|
"description": "Automates the creation of any type of virtual machine image.",
|
|
"license": "MPL-2.0",
|
|
"version": "1.5.2",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://releases.hashicorp.com/packer/1.5.2/packer_1.5.2_windows_amd64.zip",
|
|
"hash": "6267a0023042848e144197cb3c28f72f9a4c2ef6432ae657057f08747f3fb5fe"
|
|
},
|
|
"32bit": {
|
|
"url": "https://releases.hashicorp.com/packer/1.5.2/packer_1.5.2_windows_386.zip",
|
|
"hash": "275d5e9dacda5f75bf5656b6cc753ff24a33c85389ba8c41021c5450a0db1d66"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|