Skip to content

Commit 960473a

Browse files
BrewTestBotdaeho-ro
authored andcommitted
micromamba 2.6.0
1 parent 571e620 commit 960473a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Formula/m/micromamba.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
class Micromamba < Formula
22
desc "Fast Cross-Platform Package Manager"
33
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"
4+
url "https://github.com/mamba-org/mamba/archive/refs/tags/2.6.0.tar.gz"
5+
sha256 "d3a9eeb7e84c6c107ad40f1e665e38c5af97dac822bd766109988ffbedbcc4a3"
66
license "BSD-3-Clause"
7-
revision 4
87
head "https://github.com/mamba-org/mamba.git", branch: "main"
98

109
livecheck do
@@ -34,6 +33,7 @@ class Micromamba < Formula
3433
depends_on "libarchive"
3534
depends_on "libsolv"
3635
depends_on "lz4"
36+
depends_on "msgpack"
3737
depends_on "openssl@3"
3838
depends_on "reproc"
3939
depends_on "simdjson"

0 commit comments

Comments
 (0)