mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-09 18:21:22 +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.6.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://releases.hashicorp.com/packer/1.6.0/packer_1.6.0_windows_amd64.zip",
|
|
"hash": "318ba9144154100c4d625867a3f8a70838ff657dc07f45454b8b98e001e19608"
|
|
},
|
|
"32bit": {
|
|
"url": "https://releases.hashicorp.com/packer/1.6.0/packer_1.6.0_windows_386.zip",
|
|
"hash": "a35f019da396f6cd3f7d908f108a7970b78b0421c949cc4b1814106e1fc1be40"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|