Skip to content

Commit c71312d

Browse files
authored
Merge pull request #250150 from Homebrew/bump-mise-2025.10.11
mise 2025.10.11
2 parents 43f158d + a4306ae commit c71312d

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.10.10.tar.gz"
5-
sha256 "86530bcf50f46377f1c954b4e919390e765cb2642c402bd847ba472fe42e856c"
4+
url "https://github.com/jdx/mise/archive/refs/tags/v2025.10.11.tar.gz"
5+
sha256 "1c84ef83a584ddfaf28d6d3489815641916253925cac0acc8b5c6ebe4764cbf2"
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_tahoe: "1b3546b7843547b00409ea253013e78e713a120036885530b32ca570b17c30e6"
16-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "e19b581e6349f702cdf1307ec7e31fa2153c209c6c6e155fa634eb66f0259a17"
17-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "ac968cacf88ea7a3b4813ab30c4d1fbbd5fc241233171db034da075a7b843958"
18-
sha256 cellar: :any_skip_relocation, sonoma: "f5f40c7b77f196f476d834b7e8a48cb384fdf923f47a105262998a80f26be3f1"
19-
sha256 cellar: :any_skip_relocation, arm64_linux: "b472b79de00f9e46d2c962adc3c9708444bb65c5b59b0aee53ab48a9f2632ffa"
20-
sha256 cellar: :any_skip_relocation, x86_64_linux: "cd6c0254e67e4f9b5265d2c405be13154ee9bb1f631b33ed6f7b3b43f04629b3"
15+
sha256 cellar: :any_skip_relocation, arm64_tahoe: "52d17d588e8a11e6556da46855dd28c0bf2d5d4c3697fb8b8c93050cb87f204f"
16+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "fd423f1770e4359cb515ee95d7f77fb4eee997f8e3621722f5a614b2b6cc81e7"
17+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "d3a93558643b88dbb7c7f2f320724343444bbc4f1c9307800c9b9a56bd3acfac"
18+
sha256 cellar: :any_skip_relocation, sonoma: "62dfcced8ce41a10c0066e0d89ed8f8d901b787d45064e7bce2af115ba6a5568"
19+
sha256 cellar: :any_skip_relocation, arm64_linux: "473b20438fc7b75be82a5dad0e26b1f310c34f9be983e354a33b4b02a8a99c43"
20+
sha256 cellar: :any_skip_relocation, x86_64_linux: "320736a19a310b39b8098d999cc76b61a9af44dfa3b75bf89a956de14138c674"
2121
end
2222

2323
depends_on "cmake" => :build

0 commit comments

Comments
 (0)