Skip to content

Commit

Permalink
miniconda2: Update to version 4.5.12
Browse files Browse the repository at this point in the history
  • Loading branch information
h404bi committed Jan 3, 2019
1 parent cc73f6f commit 65f5b3e
Showing 1 changed file with 7 additions and 11 deletions.
18 changes: 7 additions & 11 deletions miniconda2.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "4.5.11",
"version": "4.5.12",
"homepage": "https://conda.io/miniconda.html",
"license": "BSD-3-Clause",
"checkver": {
Expand All @@ -8,12 +8,12 @@
},
"architecture": {
"64bit": {
"url": "https://repo.continuum.io/miniconda/Miniconda2-4.5.11-Windows-x86_64.exe",
"hash": "md5:d7da3126f26f37205dd8da5ff5732501"
"url": "https://repo.continuum.io/miniconda/Miniconda2-4.5.12-Windows-x86_64.exe",
"hash": "md5:e7626f133e803ac970fe963507c62dc1"
},
"32bit": {
"url": "https://repo.continuum.io/miniconda/Miniconda2-4.5.11-Windows-x86.exe",
"hash": "md5:e7629d753c04404e84241f90c3cab57d"
"url": "https://repo.continuum.io/miniconda/Miniconda2-4.5.12-Windows-x86.exe",
"hash": "md5:6c4300ec4aac538c47e82506277c31b8"
}
},
"autoupdate": {
Expand Down Expand Up @@ -41,9 +41,7 @@
},
"uninstaller": {
"file": "Uninstall-Miniconda2.exe",
"args": [
"/S"
]
"args": "/S"
},
"bin": [
"python.exe",
Expand All @@ -53,9 +51,7 @@
"python2"
]
],
"persist": [
"envs"
],
"persist": "envs",
"env_add_path": "scripts",
"notes": [
"Currently conda envs activate and deactivate doesn't work on PowerShell,",
Expand Down

0 comments on commit 65f5b3e

Please sign in to comment.