Skip to content

Commit 64c1929

Browse files
authored
Merge pull request Homebrew#202812 from mise-en-dev/bump-mise-2024.12.24
mise 2024.12.24
2 parents ac25569 + c7605d1 commit 64c1929

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/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"
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: "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"
2121
end
2222

2323
depends_on "pkgconf" => :build

0 commit comments

Comments
 (0)