mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-07 20:25:14 +00:00
35 lines
1.2 KiB
JSON
35 lines
1.2 KiB
JSON
{
|
|
"version": "1.7.1",
|
|
"description": "Automates the creation of any type of virtual machine image.",
|
|
"homepage": "https://www.packer.io",
|
|
"license": "MPL-2.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://releases.hashicorp.com/packer/1.7.1/packer_1.7.1_windows_amd64.zip",
|
|
"hash": "f97b4573482c201894e554a1b5632b419228c74aaf40ec254070c6990cac8d90"
|
|
},
|
|
"32bit": {
|
|
"url": "https://releases.hashicorp.com/packer/1.7.1/packer_1.7.1_windows_386.zip",
|
|
"hash": "3609c03e412907d4e145a75c7f31b9c818be8e645d81d727cc64c1d3fe10275e"
|
|
}
|
|
},
|
|
"bin": "packer.exe",
|
|
"checkver": {
|
|
"url": "https://releases.hashicorp.com/packer/",
|
|
"regex": "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"
|
|
}
|
|
}
|
|
}
|