mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-28 19:44:24 +00:00
23 lines
735 B
JSON
23 lines
735 B
JSON
{
|
|
"homepage": "https://www.packer.io",
|
|
"license": "Mozilla Public License 2.0",
|
|
"version": "0.12.1",
|
|
"architecture": {
|
|
"32bit": {
|
|
"url": "https://releases.hashicorp.com/packer/0.12.1/packer_0.12.1_windows_386.zip",
|
|
"hash": "31548ff65ce8a2c8aa82ed798f993cdd0f2616920ebda7f275c030dd36256ded"
|
|
},
|
|
"64bit": {
|
|
"url": "https://releases.hashicorp.com/packer/0.12.1/packer_0.12.1_windows_amd64.zip",
|
|
"hash": "d6efb1f4dd5bce2bad30f5e767648e27c0591f2978d322a9f2d7055a46ecea0b"
|
|
}
|
|
},
|
|
"bin": [
|
|
"packer.exe"
|
|
],
|
|
"checkver": {
|
|
"url": "https://www.packer.io/downloads.html",
|
|
"re": "Latest version: ([\\d.]+)"
|
|
}
|
|
}
|