miniconda 2 and 3 packages: add version 4.6.14 (#11232)

This commit is contained in:
Sajid Ali 2019-04-19 19:42:02 -05:00 committed by Peter Scheibel
parent 6f1fe3904c
commit 4a2ec792a6
2 changed files with 4 additions and 2 deletions

View file

@ -11,8 +11,9 @@ class Miniconda2(Package):
"""The minimalist bootstrap toolset for conda and Python2.""" """The minimalist bootstrap toolset for conda and Python2."""
homepage = "https://conda.io/miniconda.html" homepage = "https://conda.io/miniconda.html"
url = "https://repo.continuum.io/miniconda/Miniconda2-4.3.11-Linux-x86_64.sh" url = "https://repo.continuum.io/miniconda/Miniconda2-4.6.14-Linux-x86_64.sh"
version('4.6.14', sha256='3e20425afa1a2a4c45ee30bd168b90ca30a3fdf8598b61cb68432886aadc6f4d', expand=False)
version('4.5.11', sha256='0e23e8d0a1a14445f78960a66b363b464b889ee3b0e3f275b7ffb836df1cb0c6', expand=False) version('4.5.11', sha256='0e23e8d0a1a14445f78960a66b363b464b889ee3b0e3f275b7ffb836df1cb0c6', expand=False)
version('4.5.4', '8a1c02f6941d8778f8afad7328265cf5', expand=False) version('4.5.4', '8a1c02f6941d8778f8afad7328265cf5', expand=False)
version('4.3.30', 'bd1655b4b313f7b2a1f2e15b7b925d03', expand=False) version('4.3.30', 'bd1655b4b313f7b2a1f2e15b7b925d03', expand=False)

View file

@ -11,8 +11,9 @@ class Miniconda3(Package):
"""The minimalist bootstrap toolset for conda and Python3.""" """The minimalist bootstrap toolset for conda and Python3."""
homepage = "https://conda.io/miniconda.html" homepage = "https://conda.io/miniconda.html"
url = "https://repo.continuum.io/miniconda/Miniconda3-4.3.11-Linux-x86_64.sh" url = "https://repo.continuum.io/miniconda/Miniconda3-4.6.14-Linux-x86_64.sh"
version('4.6.14', sha256='0d6b23895a91294a4924bd685a3a1f48e35a17970a073cd2f684ffe2c31fc4be', expand=False)
version('4.5.11', sha256='ea4594241e13a2671c5b158b3b813f0794fe58d514795fbf72a1aad24db918cf', expand=False) version('4.5.11', sha256='ea4594241e13a2671c5b158b3b813f0794fe58d514795fbf72a1aad24db918cf', expand=False)
version('4.5.4', 'a946ea1d0c4a642ddf0c3a26a18bb16d', expand=False) version('4.5.4', 'a946ea1d0c4a642ddf0c3a26a18bb16d', expand=False)
version('4.3.30', '0b80a152332a4ce5250f3c09589c7a81', expand=False) version('4.3.30', '0b80a152332a4ce5250f3c09589c7a81', expand=False)