ScoopInstaller_Main/docker-compose.json
Rémy 2fa1b0112e Checkver add github helper
Lot of manifests are using github tags to find the latest version the
url's and regex is mostly the same.

`checkver` now can also be the string "github" if the `homepage` links
to the github repo
If `homepage` is not the repo `{"checkver": "github":
"https://github.com/user/repo"}` can be used
2017-01-01 18:22:31 +01:00

17 lines
569 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": "github"
}