We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 875b88a commit ebb4deeCopy full SHA for ebb4dee
Miniforge3/construct.yaml
@@ -26,7 +26,7 @@ specs:
26
{% endif %}
27
28
{% if name.startswith("Mambaforge") %}
29
- - mamba 0.20.0
+ - mamba 0.21.0
30
31
- conda {{ version.split("-")[0] }}
32
scripts/build.sh
@@ -41,7 +41,7 @@ cp LICENSE "${TEMP_DIR}/"
41
ls -al "${TEMP_DIR}"
42
43
if [[ "${TARGET_PLATFORM}" != win-* ]]; then
44
- MICROMAMBA_VERSION=0.20.0
+ MICROMAMBA_VERSION=0.21.0
45
mkdir "${TEMP_DIR}/micromamba"
46
pushd "${TEMP_DIR}/micromamba"
47
curl -L -O "https://anaconda.org/conda-forge/micromamba/${MICROMAMBA_VERSION}/download/${TARGET_PLATFORM}/micromamba-${MICROMAMBA_VERSION}-0.tar.bz2"
0 commit comments