diff --git a/Formula/m/mise.rb b/Formula/m/mise.rb index a6a80e6e2efd..81f1fca1e663 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.9.4.tar.gz" - sha256 "406b28194ed914d31a7851c32303ff20a7126a691231beab68edf590df8d7075" + url "https://github.com/jdx/mise/archive/refs/tags/v2025.9.5.tar.gz" + sha256 "654be1a91df059213ee6b84a7742d2980da2658813511ca9e7a92ea760ade481" 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: "fe2c215eaa19ea35ae9b14ea55a99655bbd7895e2ccd2fa43f80aeeb0b60dfe0" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "d983d521aba94521c00a4e19885336baf57e5b390de2a0a5607351a36f7e6e0f" - sha256 cellar: :any_skip_relocation, arm64_ventura: "1815b61f29ab90ca6c54230602f3d5bc38209ddb76247a5a40fcde1b0a6bdb9c" - sha256 cellar: :any_skip_relocation, sonoma: "c163f85b86e6c5b39556cf30c66d3a884dbe177cc1ee7139bc44745025e04674" - sha256 cellar: :any_skip_relocation, ventura: "2e0b98e411cbae928ae43312726c109cc9355e69616afe1e3aa6523371be1cf3" - sha256 cellar: :any_skip_relocation, arm64_linux: "82b39fe5d6727a654ba0b5750f461580d964364d5f5d8d830d5e84516077bfc5" - sha256 cellar: :any_skip_relocation, x86_64_linux: "09f121f0f9c0e573c1ec852e55cafdc6ed75a7a672d2ed88f95755f6e7ffd40b" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "72b51a31f85d61e83c1c8836e66701d707f8fc005efff085f6606e9707b6f453" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "9087fc02dd1dbbcc52a6f2d643a02d8c57fbaeb713fbb8aee1e1d8fca68778ec" + sha256 cellar: :any_skip_relocation, arm64_ventura: "fc0723fdddb961557ed03c09fd0399af7f072911c52d0a7b02925ee75b6afe44" + sha256 cellar: :any_skip_relocation, sonoma: "161a8ed7dd1828ff02aa2781af0f12c7908183ad5c34653e6a5d16717c67b446" + sha256 cellar: :any_skip_relocation, ventura: "f49a9ec148ad455ea2643fde5b06c0db25416f5c9a56f0c2e36c04c74aa2f395" + sha256 cellar: :any_skip_relocation, arm64_linux: "80f89403cd3d52b3335fb62fac7ac0cdcd81d1374c8dd1c9b11a73b43b8b210d" + sha256 cellar: :any_skip_relocation, x86_64_linux: "d971e4128adb7a94e23195e14048d6a9a74f94a7372e13b46a2b0841aa03d675" end depends_on "pkgconf" => :build