mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-16 04:11:19 +00:00
36 lines
1.2 KiB
JSON
36 lines
1.2 KiB
JSON
{
|
|
"homepage": "https://github.com/docker/machine",
|
|
"version": "0.12.1",
|
|
"license": "Apache",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/docker/machine/releases/download/v0.12.1/docker-machine-Windows-x86_64.exe#/docker-machine.exe",
|
|
"hash": "492d7317432283eca96028319205b112db8b519b5ba4d5b2d33e54c1c8fc3c66"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/docker/machine/releases/download/v0.12.1/docker-machine-Windows-i386.exe#/docker-machine.exe",
|
|
"hash": "c349b6389c369fc5ecf2632fd4f4975fbbaeffb617f3f0f0612556bebd515f54"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|