mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-17 06:01: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.1",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://releases.hashicorp.com/packer/1.5.1/packer_1.5.1_windows_amd64.zip",
|
|
"hash": "0a4ec81d5989a37126359bdd6774b08065a195ae43943530c3437556e8589c7c"
|
|
},
|
|
"32bit": {
|
|
"url": "https://releases.hashicorp.com/packer/1.5.1/packer_1.5.1_windows_386.zip",
|
|
"hash": "9a11a0124c2091ad1117312385fb1f85d25a53ef0ef1a059a80c0d2aca0b75da"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|