ScoopInstaller_Main/docker-machine.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

21 lines
796 B
JSON

{
"homepage": "https://github.com/docker/machine",
"version": "0.8.2",
"license": "Apache",
"architecture": {
"64bit": {
"url": "https://github.com/docker/machine/releases/download/v0.8.2/docker-machine-Windows-x86_64.exe",
"hash": "68fabc3ad5e40e2c3d838ca3b8a8bf75efa3d5ecc8915ca5d714e2e49fd72786"
},
"32bit": {
"url": "https://github.com/docker/machine/releases/download/v0.8.2/docker-machine-Windows-i386.exe",
"hash": "b98787c779b7d711b4ca3408cbf145d8c429f2c9717c88d7d4cb8b2339702401"
}
},
"pre_install": "Rename-Item @(Get-ChildItem $dir\\docker-machine-*.exe)[0] $dir\\docker-machine.exe",
"bin": [
["docker-machine.exe", "docker-machine"]
],
"checkver": "github"
}