mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 23:01:19 +00:00
41 lines
1.3 KiB
JSON
41 lines
1.3 KiB
JSON
{
|
|
"version": "19.03.1",
|
|
"description": "Docker is an open platform for developing, shipping, and running applications. Docker enables you to separate your applications from your infrastructure so you can deliver software quickly.",
|
|
"homepage": "https://docker.com",
|
|
"license": "Apache-2.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/docker/toolbox/releases/download/v19.03.1/DockerToolbox-19.03.1.exe",
|
|
"hash": "bf39c167f1c2bfc18651c5ebcbc2deb044119dc527f49f3b0c1012c4fe8e9768"
|
|
}
|
|
},
|
|
"innosetup": true,
|
|
"pre_install": "Remove-Item \"$dir\\installers\" -Recurse",
|
|
"bin": [
|
|
"docker.exe",
|
|
"docker-compose.exe",
|
|
"docker-machine.exe"
|
|
],
|
|
"shortcuts": [
|
|
[
|
|
"kitematic\\Kitematic.exe",
|
|
"Kitematic"
|
|
]
|
|
],
|
|
"checkver": {
|
|
"github": "https://github.com/docker/toolbox",
|
|
"regex": "/releases/tag/v([\\w.-]+)"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/docker/toolbox/releases/download/v$version/DockerToolbox-$version.exe"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/sha256sum.txt",
|
|
"regex": "$sha256\\s+DockerToolbox.exe"
|
|
}
|
|
}
|
|
}
|