We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 571e620 commit 960473aCopy full SHA for 960473a
1 file changed
Formula/m/micromamba.rb
@@ -1,10 +1,9 @@
1
class Micromamba < Formula
2
desc "Fast Cross-Platform Package Manager"
3
homepage "https://github.com/mamba-org/mamba"
4
- url "https://github.com/mamba-org/mamba/archive/refs/tags/2.5.0.tar.gz"
5
- sha256 "2d8761e423275b2e2b46352c99bdedc062ca22b98871ffa82e044d2be74b350f"
+ url "https://github.com/mamba-org/mamba/archive/refs/tags/2.6.0.tar.gz"
+ sha256 "d3a9eeb7e84c6c107ad40f1e665e38c5af97dac822bd766109988ffbedbcc4a3"
6
license "BSD-3-Clause"
7
- revision 4
8
head "https://github.com/mamba-org/mamba.git", branch: "main"
9
10
livecheck do
@@ -34,6 +33,7 @@ class Micromamba < Formula
34
33
depends_on "libarchive"
35
depends_on "libsolv"
36
depends_on "lz4"
+ depends_on "msgpack"
37
depends_on "openssl@3"
38
depends_on "reproc"
39
depends_on "simdjson"
0 commit comments