mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-24 23:21:34 +00:00
36 lines
1.2 KiB
JSON
36 lines
1.2 KiB
JSON
{
|
|
"homepage": "https://www.packer.io",
|
|
"license": "Mozilla Public License 2.0",
|
|
"version": "1.0.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://releases.hashicorp.com/packer/1.0.0/packer_1.0.0_windows_amd64.zip",
|
|
"hash": "54b2c92548f0a4f434771703f083b6e0fbbf73a8bf81963fd43e429d2561a4e0"
|
|
},
|
|
"32bit": {
|
|
"url": "https://releases.hashicorp.com/packer/1.0.0/packer_1.0.0_windows_386.zip",
|
|
"hash": "445eae4ea9a1eaa42e62776c6917fd83c15f26df320afb77571e9c840152da3b"
|
|
}
|
|
},
|
|
"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": "https://releases.hashicorp.com/packer/$version/packer_$version_SHA256SUMS"
|
|
}
|
|
}
|
|
}
|