mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-28 19:44:24 +00:00
36 lines
1.1 KiB
JSON
36 lines
1.1 KiB
JSON
{
|
|
"homepage": "https://www.packer.io",
|
|
"license": "Mozilla Public License 2.0",
|
|
"version": "1.2.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://releases.hashicorp.com/packer/1.2.0/packer_1.2.0_windows_amd64.zip",
|
|
"hash": "96db76e4c4ffbaea406b2d6572250ba9f2aa6923ee41e8c463a950d79109145c"
|
|
},
|
|
"32bit": {
|
|
"url": "https://releases.hashicorp.com/packer/1.2.0/packer_1.2.0_windows_386.zip",
|
|
"hash": "e6ca5d5608cff4ab4b68acb7819ef387d4c3d7c230247ec3751fb5fc460406af"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|