From b730fa5f317eff2cd3b92da350364e8a70b4501f Mon Sep 17 00:00:00 2001 From: Zhihong Xie Date: Fri, 28 Feb 2025 22:51:57 +0800 Subject: [PATCH 1/2] miniconda3: update version to 25.1.1-2 --- bucket/miniconda3.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/miniconda3.json b/bucket/miniconda3.json index 23b6d3b281502b..8f2d4931ede60e 100644 --- a/bucket/miniconda3.json +++ b/bucket/miniconda3.json @@ -1,5 +1,5 @@ { - "version": "24.9.2-0", + "version": "25.1.1-2", "description": "A cross-platform, Python-agnostic binary package manager", "homepage": "https://docs.anaconda.com/free/miniconda/", "license": "BSD-3-Clause", @@ -11,8 +11,8 @@ ], "architecture": { "64bit": { - "url": "https://repo.anaconda.com/miniconda/Miniconda3-py312_24.9.2-0-Windows-x86_64.exe#/setup.exe", - "hash": "3a8897cc5d27236ade8659f0e119f3a3ccaad68a45de45bfdd3102d8bec412ab" + "url": "https://repo.anaconda.com/miniconda/Miniconda3-py312_25.1.1-2-Windows-x86_64.exe#/setup.exe", + "hash": "fb936987b769759fc852af1b2a0e359ac14620c2b7bea8a90c6d920f2b754c4a" } }, "pre_install": "if ($dir -match ' ') { error 'The installation directory cannot include a space'; break}", @@ -46,7 +46,7 @@ ], "persist": "envs", "checkver": { - "url": "https://docs.anaconda.com/free/miniconda/miniconda-other-installer-links/", + "url": "https://repo.anaconda.com/miniconda/", "regex": "Miniconda3-py(?\\d+)_([\\d.-]+)-Windows" }, "autoupdate": { From 7100d1df9a661c268084b90fe159d7c7b0cd0705 Mon Sep 17 00:00:00 2001 From: Zhihong Xie Date: Fri, 28 Feb 2025 23:06:54 +0800 Subject: [PATCH 2/2] miniconda3: update versiont to 25.1.1-2 --- bucket/miniconda3.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bucket/miniconda3.json b/bucket/miniconda3.json index 8f2d4931ede60e..523978785eee5e 100644 --- a/bucket/miniconda3.json +++ b/bucket/miniconda3.json @@ -56,7 +56,7 @@ } }, "hash": { - "url": "https://docs.anaconda.com/free/miniconda/miniconda-other-installer-links/", + "url": "https://repo.anaconda.com/miniconda/", "regex": "(?sm)$basename.*?>$sha256<" } }