mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-14 19:31:19 +00:00
35 lines
1.2 KiB
JSON
35 lines
1.2 KiB
JSON
{
|
|
"version": "1.14.0",
|
|
"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.14.0/packer_1.14.0_windows_amd64.zip",
|
|
"hash": "f4a5b055f71103d36cc170d20f063f3a51e74ecab8f1865288a20544c4b652a1"
|
|
},
|
|
"32bit": {
|
|
"url": "https://releases.hashicorp.com/packer/1.14.0/packer_1.14.0_windows_386.zip",
|
|
"hash": "a6cac9f18ea9b605203c855ef2ae5be4db1ae535a4b14aa21d0a59ac11120748"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|