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