Skip to content

Commit 42ebdfa

Browse files
authored
Merge pull request Homebrew#206396 from mise-en-dev/bump-mise-2025.2.1
mise 2025.2.1
2 parents 82d44a0 + 08742b4 commit 42ebdfa

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/m/mise.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Mise < Formula
22
desc "Polyglot runtime manager (asdf rust clone)"
33
homepage "https://mise.jdx.dev/"
4-
url "https://github.com/jdx/mise/archive/refs/tags/v2025.2.0.tar.gz"
5-
sha256 "f79fe7c35f06ccd64c65b657e1f73fd8e0679ab0e63971a6a1da5611d11a4678"
4+
url "https://github.com/jdx/mise/archive/refs/tags/v2025.2.1.tar.gz"
5+
sha256 "9fe245786b34eca166f2001358f8ddac9632c38739fdc559f378d2536fff559e"
66
license "MIT"
77
head "https://github.com/jdx/mise.git", branch: "main"
88

@@ -12,12 +12,12 @@ class Mise < Formula
1212
end
1313

1414
bottle do
15-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "ec6582a625e8c9ef6fba758d64ec3ff4d39e183552c01bb62cb3cf0e1cbf0248"
16-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "62c13dea75b3ee2665828c010135431a32b7544bdab2a19376429e400c7c41af"
17-
sha256 cellar: :any_skip_relocation, arm64_ventura: "eb075aa445f2e17215cea970a49a15773be500e62d710d65b838a7101fdec3d8"
18-
sha256 cellar: :any_skip_relocation, sonoma: "fb5d0dad56cc4a8f36390e7e2dcd5a3e2cde2caffbe1b37558ed24f239a1b263"
19-
sha256 cellar: :any_skip_relocation, ventura: "121bb023a16240c1254a04e68152bfe54b68e70a6917d19852bc7ecca0ba48eb"
20-
sha256 cellar: :any_skip_relocation, x86_64_linux: "c02b312eef65fc0048d01fbbf1bcb887d57c31f72b9f6c4c48c6eaf42d7b3a10"
15+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "16a41b80bb6cfc46e648e9cad7c53dce6b1425c6ec02ad776cf6261206f2bce0"
16+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "b495122dede2f8b7055ade567c13c037ba78b7d8ecf8f1da288cae92e525e49e"
17+
sha256 cellar: :any_skip_relocation, arm64_ventura: "efbf57c7a97902f8d7000737e2eb062f3572356b982f483bdee2377ee1013e60"
18+
sha256 cellar: :any_skip_relocation, sonoma: "a4b5dd7b31acea58911cdd2fabe324665458359b0e89420140f4c794de811abb"
19+
sha256 cellar: :any_skip_relocation, ventura: "1b2d77ce08fb045283d5c19c87f73d9ccb0d931784c06c0a91734a4e8ec509d8"
20+
sha256 cellar: :any_skip_relocation, x86_64_linux: "a177494ecc44b83803705f9af31f618be2345aec2d2e0482062782a177af89d2"
2121
end
2222

2323
depends_on "pkgconf" => :build

0 commit comments

Comments
 (0)