From adc23a495b2ad8e8884b508e1b288cab99e0b2c2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 15 Dec 2024 02:19:31 +0000 Subject: [PATCH] miniforge-cn: Update to version 24.11.0-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 dc814c51..264e618c 100644 --- a/bucket/miniforge-cn.json +++ b/bucket/miniforge-cn.json @@ -1,12 +1,12 @@ { - "version": "24.11.0-0", + "version": "24.11.0-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.0-1-Windows-x86_64.exe", + "hash": "cf604136c809fbf3578370e877a630b55a7eaa18f0d453518a88fea5d6a9024e" } }, "pre_install": "if ($dir -match ' ') { error 'The installation directory cannot include a space'; break}",