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/v2024.11.1 .tar.gz"
5- sha256 "82eee2693af7d0ecb59873f8d90defa4a08c641586ccc6baae200e883c467a44 "
4+ url "https://github.com/jdx/mise/archive/refs/tags/v2024.11.2 .tar.gz"
5+ sha256 "33878c3732b8170e4b5163e0972d7e933c790b0bfaebf6068a90be76ca478f93 "
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 , arm64_sequoia : "d6a6950c7c876763cc4640e5bc9453d45a175abcbcc8701b2546413b63781ec0 "
16- sha256 cellar : :any , arm64_sonoma : "60112e358bd854f1668f76e6f5f33887eecdab6053cf43987b4dad15e0db0191 "
17- sha256 cellar : :any , arm64_ventura : "0a100c91f99d0e1a835aac05975e65db8813a0b70dc1f12322d02a9bb75f9072 "
18- sha256 cellar : :any , sonoma : "55fbfc8ae7a24853d52c094a4fab747819c72c5c2cc7cb8c0fc12804410c1df2 "
19- sha256 cellar : :any , ventura : "f2a35f351f3860d969802244be6d6a6ad330ba4fd287b6083836c7930759c68d "
20- sha256 cellar : :any_skip_relocation , x86_64_linux : "ad0243af550907dfdca68fdb7918083038d31d04ff2030c22cb731a743596ba1 "
15+ sha256 cellar : :any , arm64_sequoia : "15dcb48c67f28162a3e6b645fd5446b17f49532e82b7c2173e62f00536848f23 "
16+ sha256 cellar : :any , arm64_sonoma : "f24dc50b9bd2c694248b8d8b8494f9d459a6e62bd274072a2753d657e317b4fe "
17+ sha256 cellar : :any , arm64_ventura : "9eb45aa70903a96ef360ad4612ddb379d7a9d49934044b8483ddb17b319fb2b3 "
18+ sha256 cellar : :any , sonoma : "363d157a0f26ac19167ac78ca0db2bbe78d10f6d45ce14819e37b911ff706d61 "
19+ sha256 cellar : :any , ventura : "4684b75036fe510ce5db2939915a463ceefabfb3d1e7e5651759715f0247b098 "
20+ sha256 cellar : :any_skip_relocation , x86_64_linux : "7628eace3ed8f0fe86d39ba329d556c31534781497c4d1f7aa42ee78f342a5f9 "
2121 end
2222
2323 depends_on "pkg-config" => :build
0 commit comments