mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-08 16:31:20 +00:00
* remove BOM from all repo files that contain one * changes all files to utf-8 (specifically, utf-8 *without* BOM) * improves compliance with ".editorconfig" .# Discussion This is an example of the semi-invisible changes which can creep into patches via various editors. Any such changes are *very* difficult to figure out from a diff output and just add visual noise to commits. Hence, ".editorconfig" (added in a previous commit) is used to minimize this kind of confusing patch noise.
27 lines
953 B
JSON
27 lines
953 B
JSON
{
|
|
"version": "1.8.0",
|
|
"license": "https://github.com/docker/docker/blob/master/LICENSE",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://get.docker.com/builds/Windows/x86_64/docker-1.8.0.exe",
|
|
"hash": "3b58b2a3538781b6ba39cd74237200dc91d5d0db40b996386d15b6e013c5d1f1"
|
|
},
|
|
"32bit": {
|
|
"url": "https://get.docker.com/builds/Windows/i386/docker-1.8.0.exe",
|
|
"hash": "77ea62505b89f6e62bd622a8171c7a22e7334fdfba8f3ca688278b111e1bdf7c"
|
|
}
|
|
},
|
|
"homepage": "https://docker.com",
|
|
"bin": [
|
|
["docker-1.8.0.exe", "docker"]
|
|
],
|
|
"notes": [
|
|
"This is the docker client only. Until the docker daemon can run natively",
|
|
"on Windows you will need a Virtual Machine such as Boot2Docker or",
|
|
"Docker Machine",
|
|
"",
|
|
"Boot2Docker: https://github.com/boot2docker/windows-installer/releases/",
|
|
"Docker Machine: http://docs.docker.com/machine/"
|
|
]
|
|
}
|