Skip to content

Commit 17491d0

Browse files
authored
Merge pull request #251101 from Homebrew/bump-mise-2025.10.18
mise 2025.10.18
2 parents b360b24 + cabfbeb commit 17491d0

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.17.tar.gz"
5-
sha256 "5b72cb4d8eff9a6b8e56b18ecbf8c3cdd220e1bb6dcad6c7b552f09448c30077"
4+
url "https://github.com/jdx/mise/archive/refs/tags/v2025.10.18.tar.gz"
5+
sha256 "987bdf4ad6ea83690827a9ebfa5f6fefa6d6541ab10a1bab7116535f8dcd6235"
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: "16889820c73d3ff5214156399d0745d9d01a1900e957b3df86a78d74797ff3aa"
16-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "aab1008517481537766310efaa89fa07ae9071aa6e4da77c8b75dabf6b4f947f"
17-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "54b8f6eef3f9ff35065b0b5f2ec43182aca19eb5e658aea4d2865a80d85f428e"
18-
sha256 cellar: :any_skip_relocation, sonoma: "ac81bb5ac965e40ab2495af5711e6315564719f921a5e77108e57a5383db6801"
19-
sha256 cellar: :any_skip_relocation, arm64_linux: "386f6a0611c9f940c1fa703ba9bd935a585b58e525e6d921e686badda0024520"
20-
sha256 cellar: :any_skip_relocation, x86_64_linux: "bcd79635dfc4fb178ba5854bb9b1a50cd092dd0e7bd2c3d1ac995042a52d935b"
15+
sha256 cellar: :any_skip_relocation, arm64_tahoe: "33078aa045688700937f4fc3fbb2aace42ad6217ea87614a22e2a66459288d8a"
16+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "4d49ab61d3f359e566da6ca87b54084b7705cdcbb6979a98a6d186dfae2b1140"
17+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "1f7b19e8ecd59bb7ce316ee0dd4e573e8ceabeafb7118076f52dfca5e8aa4f6c"
18+
sha256 cellar: :any_skip_relocation, sonoma: "b168e13aae3d406ecdf86cdb67999bb1e2ea4a9c163c8dd749ad98dc5435fc98"
19+
sha256 cellar: :any_skip_relocation, arm64_linux: "d85023476637b528c2a191c108c814edc861600e0c066517088e1af258fb229b"
20+
sha256 cellar: :any_skip_relocation, x86_64_linux: "23e09dcb684ae62129ecf4a7b3eeb5c16b05509f4ab6637e5a2e1bfe60627484"
2121
end
2222

2323
depends_on "cmake" => :build

0 commit comments

Comments
 (0)