Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

miniconda3: update version to 25.1.1-2 #14977

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
miniconda3: update version to 25.1.1-2
  • Loading branch information
Ranpis02 committed Feb 28, 2025
commit b730fa5f317eff2cd3b92da350364e8a70b4501f
8 changes: 4 additions & 4 deletions bucket/miniconda3.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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}",
Expand Down Expand Up @@ -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(?<py>\\d+)_([\\d.-]+)-Windows"
},
"autoupdate": {
Expand Down
Loading