Skip to content

Commit 9b005b1

Browse files
authored
Merge pull request Homebrew#236539 from Homebrew/bump-mise-2025.9.6
mise 2025.9.6
2 parents d19c15d + d3b759b commit 9b005b1

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Formula/m/mise.rb

Lines changed: 9 additions & 9 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/v2025.9.5.tar.gz"
5-
sha256 "654be1a91df059213ee6b84a7742d2980da2658813511ca9e7a92ea760ade481"
4+
url "https://github.com/jdx/mise/archive/refs/tags/v2025.9.6.tar.gz"
5+
sha256 "5211c378c16d190a608b834732f917ff5dc6619931b0f87f1dc42274bcce71ef"
66
license "MIT"
77
head "https://github.com/jdx/mise.git", branch: "main"
88

@@ -12,13 +12,13 @@ class Mise < Formula
1212
end
1313

1414
bottle do
15-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "72b51a31f85d61e83c1c8836e66701d707f8fc005efff085f6606e9707b6f453"
16-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "9087fc02dd1dbbcc52a6f2d643a02d8c57fbaeb713fbb8aee1e1d8fca68778ec"
17-
sha256 cellar: :any_skip_relocation, arm64_ventura: "fc0723fdddb961557ed03c09fd0399af7f072911c52d0a7b02925ee75b6afe44"
18-
sha256 cellar: :any_skip_relocation, sonoma: "161a8ed7dd1828ff02aa2781af0f12c7908183ad5c34653e6a5d16717c67b446"
19-
sha256 cellar: :any_skip_relocation, ventura: "f49a9ec148ad455ea2643fde5b06c0db25416f5c9a56f0c2e36c04c74aa2f395"
20-
sha256 cellar: :any_skip_relocation, arm64_linux: "80f89403cd3d52b3335fb62fac7ac0cdcd81d1374c8dd1c9b11a73b43b8b210d"
21-
sha256 cellar: :any_skip_relocation, x86_64_linux: "d971e4128adb7a94e23195e14048d6a9a74f94a7372e13b46a2b0841aa03d675"
15+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "e4a05e6b64c24f6efa97917edd0acbae82ae7c7678ad71cdf6979662690ae476"
16+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "759c106a21094e1270c1c4a1b7540ec3e3b7d45220278eec410e077ccbe4a0c8"
17+
sha256 cellar: :any_skip_relocation, arm64_ventura: "53e41c7956e8812acdf89c51a128eae13f173724b1c6117190ef596748e524e0"
18+
sha256 cellar: :any_skip_relocation, sonoma: "e8e992d01410ab2a476f6107db09122ecea2cc4c5a3b45620cb17d37d56ddb68"
19+
sha256 cellar: :any_skip_relocation, ventura: "62bbeea2853209367de4cccc58b07fa71f62a7eace97c9cfd64bd1eb74802f3a"
20+
sha256 cellar: :any_skip_relocation, arm64_linux: "60f88410da23093a656039fc0ee7cef3b480aff7521dd975f53d5d0f42069c74"
21+
sha256 cellar: :any_skip_relocation, x86_64_linux: "330abd63d2fd54d5f81e5c55486505dd2966feb27cd780c5c10437d632666785"
2222
end
2323

2424
depends_on "pkgconf" => :build

0 commit comments

Comments
 (0)