From 87c920d298ad589ed1c86d85dd2374c6d46add27 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 5 Jan 2025 02:09:15 +0000 Subject: [PATCH] miniforge-cn: Update to version 24.11.2-1 --- bucket/miniforge-cn.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/miniforge-cn.json b/bucket/miniforge-cn.json index dc814c51e..c7fe9b2e2 100644 --- a/bucket/miniforge-cn.json +++ b/bucket/miniforge-cn.json @@ -1,12 +1,12 @@ { - "version": "24.11.0-0", + "version": "24.11.2-1", "description": "A conda-forge distribution", "homepage": "https://mirrors.tuna.tsinghua.edu.cn/github-release/conda-forge/miniforge/", "license": "BSD-3-Clause", "architecture": { "64bit": { - "url": "https://mirrors.tuna.tsinghua.edu.cn/github-release/conda-forge/miniforge/LatestRelease/Miniforge3-24.11.0-0-Windows-x86_64.exe", - "hash": "2ff52375382190653349b4b957f753e559c8fd4a3a77f8b327d6fbb269bdd751" + "url": "https://mirrors.tuna.tsinghua.edu.cn/github-release/conda-forge/miniforge/LatestRelease/Miniforge3-24.11.2-1-Windows-x86_64.exe", + "hash": "91eabed5328ee792b58cbe186eaa778388692e5ffad67e79c519126990ff4887" } }, "pre_install": "if ($dir -match ' ') { error 'The installation directory cannot include a space'; break}",