Skip to content

Commit ca75dc8

Browse files
authored
Merge pull request #233984 from Homebrew/bump-mise-2025.8.13
mise 2025.8.13
2 parents 90b0f7e + 72a5fbc commit ca75dc8

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.8.12.tar.gz"
5-
sha256 "bbb8b4ff235a312d2941996c5141a6ff50aab3e3e458006d2a6855152246b48e"
4+
url "https://github.com/jdx/mise/archive/refs/tags/v2025.8.13.tar.gz"
5+
sha256 "519e8ccb656aaccd6a6599056df3d7218d025bdce9923f83c5e24db15f3e41e1"
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: "0990020813f68c44e0e6bb02096a9194d2fb9a745068a5159c93dfc2471fe9e8"
16-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "c1efa6c967a0104ca0332203e262157541a6a4543e1859070d0fc033615141ab"
17-
sha256 cellar: :any_skip_relocation, arm64_ventura: "24e9d8b798ff39e6b7e38aace7743a70c2d327b06778e00b715ad8d9877b6c48"
18-
sha256 cellar: :any_skip_relocation, sonoma: "99fef3229de691b57a26ffaca7c066579a10b631320da73efa8f2f35a53a99d0"
19-
sha256 cellar: :any_skip_relocation, ventura: "714463fbccb4770d99082432386d65d217818de311b0c67b47d8714d09b1fca8"
20-
sha256 cellar: :any_skip_relocation, arm64_linux: "a7c47723797678ecadb73969c8f52bd61a5da81fbce4c4f04a2e01c151cbea2e"
21-
sha256 cellar: :any_skip_relocation, x86_64_linux: "11c56ed71efcbfb54a698bc6cb5bb1c37cf93686c7c19b43bac0138b72c3a16c"
15+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "016bdc4ba0e0918ca2e784ed151a5c88cc5721ab40b7428ca3e74f54bff295c0"
16+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "0ffdc0c6ad574acef24d8aa86b480d57e262afcb1d3cde9a8b7e2dc10a9c7676"
17+
sha256 cellar: :any_skip_relocation, arm64_ventura: "50984b3420377343056221eb519ad8c9465fa9649d5f8bb4c94c3ddb323a2369"
18+
sha256 cellar: :any_skip_relocation, sonoma: "550924824d132220ce2df2ef4600903ff98720b9597edb1a70ce70c7fff6ce2f"
19+
sha256 cellar: :any_skip_relocation, ventura: "7eb2de7a6d2456a2705744bbe0110b5d838f28397797de26250ce1fe11eee900"
20+
sha256 cellar: :any_skip_relocation, arm64_linux: "6227f6ac666fb3d798db0cab41f9ac2ffd98098cc20f85bc798f04a38a54d1d7"
21+
sha256 cellar: :any_skip_relocation, x86_64_linux: "442438f108237c31ae7dba063841bc1fd0edaca9665f559ccdc21fcc6b984dd2"
2222
end
2323

2424
depends_on "pkgconf" => :build

0 commit comments

Comments
 (0)