ScoopInstaller_Main/docker.json
2018-08-23 23:00:31 +00:00

40 lines
1.1 KiB
JSON

{
"version": "18.06.1-ce",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/docker/toolbox/releases/download/v18.06.1-ce/DockerToolbox-18.06.1-ce.exe",
"hash": "5149ec6adf9400634a2cc0461eef39d482b0c90897dcfc2e1368347e935c95d1"
}
},
"homepage": "https://docker.com",
"innosetup": true,
"post_install": "rm -r \"$dir\\installers\"",
"bin": [
"docker.exe",
"docker-compose.exe",
"docker-machine.exe"
],
"shortcuts": [
[
"kitematic\\Kitematic.exe",
"Kitematic"
]
],
"checkver": {
"github": "https://github.com/docker/toolbox",
"re": "/releases/tag/(?:v)?([\\d\\w.-]+)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/docker/toolbox/releases/download/v$version/DockerToolbox-$version.exe"
}
},
"hash": {
"url": "$baseurl/sha256sum.txt",
"find": "([a-fA-F0-9]{64})\\s+DockerToolbox.exe"
}
}
}