11class 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.18 .tar.gz"
5- sha256 "987bdf4ad6ea83690827a9ebfa5f6fefa6d6541ab10a1bab7116535f8dcd6235 "
4+ url "https://github.com/jdx/mise/archive/refs/tags/v2025.10.19 .tar.gz"
5+ sha256 "b93523009f2022a4e67f3f9b894f22f8d8154c85dc5c3cfd28ae1d57fa66d712 "
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 : "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 "
15+ sha256 cellar : :any_skip_relocation , arm64_tahoe : "28a09fb19fa34f64e389a679df405c40057c243595a3e72f99653882a673770d "
16+ sha256 cellar : :any_skip_relocation , arm64_sequoia : "ba286e417c27cf47089208cbc316764e7117920e48df59a0cda6d6e588e552e7 "
17+ sha256 cellar : :any_skip_relocation , arm64_sonoma : "8db73bb1ebf48b4670701c7b89de711d6a6ff002d7b6428dfe79509a8feea4bd "
18+ sha256 cellar : :any_skip_relocation , sonoma : "73f2bfee3a013aabe3505dac59e006ec2d90fdcf7027c7ee1f3c772936a079e3 "
19+ sha256 cellar : :any_skip_relocation , arm64_linux : "097c23e9beb99507284095cc3c61e5d3863ad09a4defaa195beb808710ecfa96 "
20+ sha256 cellar : :any_skip_relocation , x86_64_linux : "e87e10a3ae38f550a84652b91a6ce00e9f4d659d72b6b16192c641fb1ac0b361 "
2121 end
2222
2323 depends_on "cmake" => :build
0 commit comments