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.0 .tar.gz"
5- sha256 "b6d3286381b504ec4138d038131d58fa7d6af380dc429cbf9e894260c931831e "
4+ url "https://github.com/jdx/mise/archive/refs/tags/v2025.10.1 .tar.gz"
5+ sha256 "30c7e11774ef85e237abb8e9718c36fd008a689f65ec6e80ff4df93d6d1118e5 "
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 : "cd2fd4f90ad08b6f71245be2fa226a60edd98f2995dd9dc2c62582300eae42c9 "
16- sha256 cellar : :any_skip_relocation , arm64_sequoia : "35c5a24b80910cf608832c4e3bad8d070f75c75a3043d57d0812835393062f1d "
17- sha256 cellar : :any_skip_relocation , arm64_sonoma : "12cdf814a158107e061bdcc1c39abafa418a909f3fca684f8ca0366b4863d512 "
18- sha256 cellar : :any_skip_relocation , sonoma : "767f5a9edf41fbdad6af557e0a6aaab9e7ccca2f777988b7fc140dac0b858fd0 "
19- sha256 cellar : :any_skip_relocation , arm64_linux : "aed785a59d4a9a2ce6c80c87e982871ceccf90bbd2e4f26ff3250dcde246d351 "
20- sha256 cellar : :any_skip_relocation , x86_64_linux : "b7e1453e026c0a780edb004eb31b0e7a10317c2e00a12b260b6d78a71b8ed6a0 "
15+ sha256 cellar : :any_skip_relocation , arm64_tahoe : "ac3604d6f0c75065f1bd7ef32834a97fa330bcc5209810496c0593044e3a818a "
16+ sha256 cellar : :any_skip_relocation , arm64_sequoia : "1886cffb0c3183bb656e8a468ebeb7de2b21cad9416ed7f917a770ff69d3a12d "
17+ sha256 cellar : :any_skip_relocation , arm64_sonoma : "5e0b7dd6cac273e2153dbb997ac2e81879ec57cb3ed20e96b7dec4e1a76ffc3b "
18+ sha256 cellar : :any_skip_relocation , sonoma : "b3b138a3bd227100298e6d94477d8d7dc31876d6954b307771f4a2112ce5e4d7 "
19+ sha256 cellar : :any_skip_relocation , arm64_linux : "ebbc05b41f1a1008a32672b5981bf3797dd376024da83727eadce8fc8a6fa9f2 "
20+ sha256 cellar : :any_skip_relocation , x86_64_linux : "721b0878393ab6579ca6f8e3a62451a0d74f2aff37fd97ca2c4673325daa1e93 "
2121 end
2222
2323 depends_on "cmake" => :build
0 commit comments