mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 07:41:20 +00:00
36 lines
1.2 KiB
JSON
36 lines
1.2 KiB
JSON
{
|
|
"homepage": "https://github.com/docker/machine",
|
|
"version": "0.15.0",
|
|
"license": "Apache-2.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/docker/machine/releases/download/v0.15.0/docker-machine-Windows-x86_64.exe#/docker-machine.exe",
|
|
"hash": "5af3952cbd571b37f8fd74fa8269bc2d8c38c521ffb0202cb4a71a315374f0df"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/docker/machine/releases/download/v0.15.0/docker-machine-Windows-i386.exe#/docker-machine.exe",
|
|
"hash": "4a73899dd230b748282d70c3d19f3baa8485005a7c36f5fdec9bc9fe5d386de5"
|
|
}
|
|
},
|
|
"bin": [
|
|
[
|
|
"docker-machine.exe",
|
|
"docker-machine"
|
|
]
|
|
],
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/docker/machine/releases/download/v$version/docker-machine-Windows-x86_64.exe#/docker-machine.exe"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/docker/machine/releases/download/v$version/docker-machine-Windows-i386.exe#/docker-machine.exe"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/sha256sum.txt"
|
|
}
|
|
}
|
|
}
|