diff --git a/Formula/m/mise.rb b/Formula/m/mise.rb index 4401c80e0578d..5a644771d6f8f 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/v2024.5.23.tar.gz" - sha256 "d430b1784a1426cfb7bcce1d447b361478cba34dd9ba5dce8e49274c18dc8151" + url "https://github.com/jdx/mise/archive/refs/tags/v2024.5.24.tar.gz" + sha256 "0437fdc2b0f499b7c29d8205fd0d9ec3e6c64ad0b7b4d582527553eaf74ced22" license "MIT" head "https://github.com/jdx/mise.git", branch: "main" @@ -12,13 +12,13 @@ class Mise < Formula end bottle do - sha256 cellar: :any, arm64_sonoma: "59e2956c9547e149e502b885ce2526f6d6e218355898e234601a02813e5b1643" - sha256 cellar: :any, arm64_ventura: "2b71565660262618f502ad44b7ccb31d3231e65589864416b5d26bf2fef066e9" - sha256 cellar: :any, arm64_monterey: "70b559d7ba049a5be103c4e8e712cf3af29c1bcf0e260442fed308d854a598b8" - sha256 cellar: :any, sonoma: "f2af246d5de338bd948b584729ade19b7e779d8e9961b0a4542305bd5b9d7e0d" - sha256 cellar: :any, ventura: "40bf7e33b4ce4afecf41e0fe0c2d0187e0a6ef100b788a8e563335b7d7fe83d4" - sha256 cellar: :any, monterey: "eb42bf5215066693089e22dcbab6169bf65618e778ec7d7ade8c0a2222694d17" - sha256 cellar: :any_skip_relocation, x86_64_linux: "b841c2b1fde59f209b7163bbf08df76cccb1c13d92b2dcf402c9201455134176" + sha256 cellar: :any, arm64_sonoma: "62afd81914dfc1f0a57228c1119832dee8260d692fda6a14aac71f2fc2b3dfea" + sha256 cellar: :any, arm64_ventura: "d7bbe22fcc644397adaa007020867029cb4af9024506e189f90b03da25ebb3fb" + sha256 cellar: :any, arm64_monterey: "ea43eadb6c1c0ed03ae3a6290f6ff31152993e60bd84a753085ec431ba25b05f" + sha256 cellar: :any, sonoma: "21538284fdfad54854df901447cf6ca925a6fcfa9994499ae8fe24c00eeb6a22" + sha256 cellar: :any, ventura: "378f3302e76dfe400b17e874de2d261a86fc79876184f8dcc82f61b64b1aaa09" + sha256 cellar: :any, monterey: "cd846a518c066acac822a09e1b8649e74d74999d9e63ac40aeeb113b4087f280" + sha256 cellar: :any_skip_relocation, x86_64_linux: "9431637d192921f02ee668f0cf5b09d4886393eefef1640f890d527a3fb153a9" end depends_on "pkg-config" => :build