mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-17 14:11:19 +00:00
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
17 lines
569 B
JSON
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"
|
|
}
|