1
1
class Mise < Formula
2
2
desc "Polyglot runtime manager (asdf rust clone)"
3
3
homepage "https://mise.jdx.dev/"
4
- url "https://github.com/jdx/mise/archive/refs/tags/v2024.12.23 .tar.gz"
5
- sha256 "0e28e3e4b3706a9ade2d3b701bc048a0cff67708a8b69f04b2fd3410e725cdcd "
4
+ url "https://github.com/jdx/mise/archive/refs/tags/v2024.12.24 .tar.gz"
5
+ sha256 "82b96daf3df808f0c08af1d9f3b9dee700c3634191f8669a21b9d45905ad566b "
6
6
license "MIT"
7
7
head "https://github.com/jdx/mise.git" , branch : "main"
8
8
@@ -12,12 +12,12 @@ class Mise < Formula
12
12
end
13
13
14
14
bottle do
15
- sha256 cellar : :any , arm64_sequoia : "fb0918de22bac1fa7f3bd00df17454799fcc037e906c5f096acef1af3f98ead0 "
16
- sha256 cellar : :any , arm64_sonoma : "53fd953be03107933bdbacb1db3e8f1001176bae33cb6ba6abb46d2da71d02a9 "
17
- sha256 cellar : :any , arm64_ventura : "697951ae281acd0bdce1e4ee158040e06235919d45a028f847c07744e408e61a "
18
- sha256 cellar : :any , sonoma : "8853da70c11e3fc90d7121adfbff034be1d4c367da356c14506331a10913a50d "
19
- sha256 cellar : :any , ventura : "66d303d39ab186964ad7bb627561b53917b74a480f5ba0c1127e73599998f8be "
20
- sha256 cellar : :any_skip_relocation , x86_64_linux : "7a2186a6837bfee933334a11f7e50b9254728a8baf4dfe1af0827f19cb8463a5 "
15
+ sha256 cellar : :any , arm64_sequoia : "64e95e912ee3213ba796943ecafd47bc1b5495f929632bd390e0df1c2bee906b "
16
+ sha256 cellar : :any , arm64_sonoma : "ea709893751c9d72ba916e94bc4c40bee38e70a4726b4c0b08a23e04bb7c074c "
17
+ sha256 cellar : :any , arm64_ventura : "7c09bd6919181e5f97221db0067deff3c3bec769a95b804fda9eefbecb83b4b3 "
18
+ sha256 cellar : :any , sonoma : "b83be14583957b98545fedbf4f32fe1fcd6d7468052e8b5a5a262aa6bcffa662 "
19
+ sha256 cellar : :any , ventura : "21ceeb07c8f4ff54c174886da35e2415ab7b7775d899ced082965751aedbc310 "
20
+ sha256 cellar : :any_skip_relocation , x86_64_linux : "243bd930a1933e6a54c6a489df2b99a35a375562dd92b6002b1d33861722d569 "
21
21
end
22
22
23
23
depends_on "pkgconf" => :build
0 commit comments