diff --git a/Formula/m/mise.rb b/Formula/m/mise.rb index 24be16ecdcfc..a0843ef391b4 100644 --- a/Formula/m/mise.rb +++ b/Formula/m/mise.rb @@ -1,8 +1,8 @@ class Mise < Formula desc "Polyglot runtime manager (asdf rust clone)" homepage "https://mise.jdx.dev/" - url "https://github.com/jdx/mise/archive/refs/tags/v2025.6.7.tar.gz" - sha256 "5b1ee17466b158ef1ba1059531c9863fa2122b72bba530b78d0f7bd3c08811c1" + url "https://github.com/jdx/mise/archive/refs/tags/v2025.6.8.tar.gz" + sha256 "e51ef65a03e8da03ee1d2b75bd2a3715318a33ecef1223216761f6eaecad2cf0" license "MIT" head "https://github.com/jdx/mise.git", branch: "main" @@ -12,13 +12,13 @@ class Mise < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "496a8f249be90437e827679110ef9f4edd3a64dbb50c340957a89ef1f8bd554e" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "33c925c6aa4268b2aabfbcd026804e6d16a5e1dba619a56be0a46747edce32d3" - sha256 cellar: :any_skip_relocation, arm64_ventura: "32056673dd04edcb571bdfeb3caad165752a79b1e0117f5e9f2a40db6721c84c" - sha256 cellar: :any_skip_relocation, sonoma: "3780eb2c931d2c88d8adb4a820aa4ff84f6c204aa48cfefbbe5d74da388b72da" - sha256 cellar: :any_skip_relocation, ventura: "c74c78259650421386a1e29e76f4f3fb76e54fd0cbb88b58254f155498c05c78" - sha256 cellar: :any_skip_relocation, arm64_linux: "2e927d285d6f66135a2293b9d11aaacc4e768fcf177ef6a4128c222e1a822dd3" - sha256 cellar: :any_skip_relocation, x86_64_linux: "c2e773f9c660a07165572e33399c24009ab7083456b0c40579f3bc2c66054736" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "76651a7961cbb873a6f9c891bde5184b6e9ef831dd0f2e260f4b0adff770f043" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "3a947d6f550c290a4f1db9a6b25683c30aaf46ebab4e17b100238221e0e1dd50" + sha256 cellar: :any_skip_relocation, arm64_ventura: "4981514810577fc9faeac1d87a0dcf84bed489433a3f9903c8a22357c5de11b4" + sha256 cellar: :any_skip_relocation, sonoma: "8d6b38f8dbcdeebc43d5bbdcde7fc487cbed444849ea97b4d8417b650e82e440" + sha256 cellar: :any_skip_relocation, ventura: "7b28495dcfdc01a58f7e422f7d7deb649dfcb9ac26d5260748c6bf809f30807c" + sha256 cellar: :any_skip_relocation, arm64_linux: "c30383e0400c8747aebd3a66c1d4ad86f38aab2e08dbb3738880d5c57ef4a88a" + sha256 cellar: :any_skip_relocation, x86_64_linux: "28e0a037fd6c58bc24891534cadf4a7f7433bdbb9096bf7bfaa31259387bd312" end depends_on "pkgconf" => :build