Skip to content

Commit 0c5c170

Browse files
authored
Merge pull request #198297 from mise-en-dev/bump-mise-2024.11.18
mise 2024.11.18
2 parents bcc0f9a + 6e97fb4 commit 0c5c170

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/m/mise.rb

+8-8
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/v2024.11.17.tar.gz"
5-
sha256 "b30ddc1fb2f2ad55070598c836cade25a299404cb67695e4f943b15b0f5087d2"
4+
url "https://github.com/jdx/mise/archive/refs/tags/v2024.11.18.tar.gz"
5+
sha256 "43ad97a8276b1d57cc3934d1d8d5dfbd2ff8c7c9f948cb1a9885833ea93a7504"
66
license "MIT"
77
head "https://github.com/jdx/mise.git", branch: "main"
88

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

1414
bottle do
15-
sha256 cellar: :any, arm64_sequoia: "4d8c3819b8cfc0629a66107aed8387610c4c8a79cffcb384cbec3b9cbc6754c0"
16-
sha256 cellar: :any, arm64_sonoma: "03b71bf353e501ebf1c34c36f6fddd9eef0167a0ca84f8a08f9b7012ab6b703c"
17-
sha256 cellar: :any, arm64_ventura: "39b84dbe1128a289ad232345426bb49836ea145cd1d8e35ed228160b51829e15"
18-
sha256 cellar: :any, sonoma: "9d35deaa6a6e91eca48bd171743c515624359ca66a6d41ea720d2d246a1e8f6d"
19-
sha256 cellar: :any, ventura: "a5afc67bd30a4cd19ff1e8e9df5d73be3d6718f6cca8180dd8b200fecc771930"
20-
sha256 cellar: :any_skip_relocation, x86_64_linux: "1ba3dcb654851cf31ad1d6189b92ab9554fba7d6506843213ab329ff259558ca"
15+
sha256 cellar: :any, arm64_sequoia: "7e97aef3e1877f4dbcf44b3034c96fff284ab77ab62d94d278266e91ee2fcbe8"
16+
sha256 cellar: :any, arm64_sonoma: "c5cf2dc314464f4e786b8f6b412e6abe4ddc5f6979b751cf3092b6994347d0ca"
17+
sha256 cellar: :any, arm64_ventura: "41f5f15a8fedffcb096e8855cdf62d2b5debcde51cdef2bd5db3397d82909836"
18+
sha256 cellar: :any, sonoma: "e74ff0ed9dd91e9b334a07e8e239f05fbf70b5545ad51e2571cc3887e994b7d8"
19+
sha256 cellar: :any, ventura: "9350ce70f17494ab9ae565d64591882480393b5b65e99873e8b49c337bce919b"
20+
sha256 cellar: :any_skip_relocation, x86_64_linux: "33b7537bf920898960bf9650cf97ff13776fa9035af26deea0ac187f205bfe0b"
2121
end
2222

2323
depends_on "pkg-config" => :build

0 commit comments

Comments
 (0)