From 5283326d767215e58cac4e93a917264c89cb8403 Mon Sep 17 00:00:00 2001 From: John Kirkham Date: Mon, 24 Jun 2019 15:29:12 -0400 Subject: [PATCH] Use Miniconda 4.6.14 --- scripts/run_commands | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/run_commands b/scripts/run_commands index a42038e0..1c0a64ca 100755 --- a/scripts/run_commands +++ b/scripts/run_commands @@ -6,12 +6,12 @@ export additional_channel="" if [ "$(uname -m)" = "x86_64" ]; then export supkg="gosu" - export condapkg="https://repo.continuum.io/miniconda/Miniconda3-4.5.4-Linux-x86_64.sh" - export conda_chksum="a946ea1d0c4a642ddf0c3a26a18bb16d" + export condapkg="https://repo.continuum.io/miniconda/Miniconda3-4.6.14-Linux-x86_64.sh" + export conda_chksum="718259965f234088d785cad1fbd7de03" elif [ "$(uname -m)" = "ppc64le" ]; then export supkg="su-exec" - export condapkg="https://repo.continuum.io/miniconda/Miniconda3-4.5.4-Linux-ppc64le.sh" - export conda_chksum="05c1e073f262105179cf57920dfc4d43" + export condapkg="https://repo.continuum.io/miniconda/Miniconda3-4.6.14-Linux-ppc64le.sh" + export conda_chksum="6d3bd64dfc436f38755cde1a3ad40799" elif [ "$(uname -m)" = "aarch64" ]; then export supkg="su-exec" export condapkg="https://github.com/jjhelmus/conda4aarch64/releases/download/1.0.0/c4aarch64_installer-1.0.0-Linux-aarch64.sh"