mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-10 18:51:21 +00:00
20 lines
679 B
JSON
20 lines
679 B
JSON
{
|
|
"homepage": "https://github.com/docker/compose",
|
|
"version": "1.9.0",
|
|
"license": "Apache",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/docker/compose/releases/download/1.9.0/docker-compose-Windows-x86_64.exe",
|
|
"hash": "07af547cccd61e915eb4a392ebe0fbd74462d714ada1cbd1ca29d1070c689a73"
|
|
}
|
|
},
|
|
"pre_install": "Rename-Item @(Get-ChildItem $dir\\docker-compose-*.exe)[0] $dir\\docker-compose.exe",
|
|
"bin": [
|
|
["docker-compose.exe", "docker-compose"]
|
|
],
|
|
"checkver": {
|
|
"url": "https://github.com/docker/compose/releases/latest",
|
|
"re": "\/releases\/tag\/([\\d.]+)"
|
|
}
|
|
}
|