Skip to content

Commit

Permalink
Merge pull request #196614 from Homebrew/update-miniforge
Browse files Browse the repository at this point in the history
miniforge: revert to 24.11.0-0
  • Loading branch information
bevanjkay authored Dec 28, 2024
2 parents 83e5cdb + 9784845 commit da8f180
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Casks/m/miniforge.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
cask "miniforge" do
arch arm: "arm64", intel: "x86_64"

version "24.11.0-1"
sha256 arm: "6c2ff0b7cf1b6300a3dc6125da8e78407d3ffd3a7359742957fcca0cd7cd7604",
intel: "5f42fb48c528b2f60a659d0cc19adb74a4098d8a1519ac7fe0724273eae050c5"
version "24.11.0-0"
sha256 arm: "3c7c115de0ed6103b7d2e5c1fe969c2c9fd3aec4a454c1d5aa9b5721414413e0",
intel: "1f0527ec14784de0766d8405a674868e51afb869ea16c915fb2672256209ecfd"

url "https://github.com/conda-forge/miniforge/releases/download/#{version}/Miniforge3-#{version}-MacOSX-#{arch}.sh"
name "miniforge"
Expand Down

0 comments on commit da8f180

Please sign in to comment.