mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
35 lines
1.2 KiB
JSON
35 lines
1.2 KiB
JSON
{
|
|
"version": "1.7.8",
|
|
"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.8/packer_1.7.8_windows_amd64.zip",
|
|
"hash": "8bd0b6eda0aeaffe5f1afd886c8fbddad7f62a7c4a2d0b390f527595dda9f70e"
|
|
},
|
|
"32bit": {
|
|
"url": "https://releases.hashicorp.com/packer/1.7.8/packer_1.7.8_windows_386.zip",
|
|
"hash": "985abfd47b3547eb7adb99551688bbc674adf63482cb37d222040cf9d19498ad"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|