docker-compose 1.7.0

This commit is contained in:
Stéphane Este-Gracias 2016-04-13 18:16:10 +00:00
parent c1594fd744
commit b348eefc2c

View File

@ -1,11 +1,11 @@
{ {
"homepage": "https://github.com/docker/compose", "homepage": "https://github.com/docker/compose",
"version": "1.6.2", "version": "1.7.0",
"license": "Apache", "license": "Apache",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/docker/compose/releases/download/1.6.2/docker-compose-Windows-x86_64.exe", "url": "https://github.com/docker/compose/releases/download/1.7.0/docker-compose-Windows-x86_64.exe",
"hash": "0c24808a27db78d5245736ae3ca29834a276f5ef2cb9597164825c1cc878fac8" "hash": "ab41ea89477f2df7769e6ec842247f69aa2d216288dd1e06196f36652c7c13db"
} }
}, },
"pre_install": "Rename-Item @(Get-ChildItem $dir\\docker-compose-*.exe)[0] $dir\\docker-compose.exe", "pre_install": "Rename-Item @(Get-ChildItem $dir\\docker-compose-*.exe)[0] $dir\\docker-compose.exe",