mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-08 17:51:21 +00:00
16 lines
543 B
JSON
16 lines
543 B
JSON
{
|
|
"homepage": "https://github.com/docker/compose",
|
|
"version": "1.7.1",
|
|
"license": "Apache",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/docker/compose/releases/download/1.7.1/docker-compose-Windows-x86_64.exe",
|
|
"hash": "3ff1e8f087a95a9b74ee8a7ab6898311bda570ed8015e7b1d1285d22b45ad05b"
|
|
}
|
|
},
|
|
"pre_install": "Rename-Item @(Get-ChildItem $dir\\docker-compose-*.exe)[0] $dir\\docker-compose.exe",
|
|
"bin": [
|
|
["docker-compose.exe", "docker-compose"]
|
|
]
|
|
}
|