Skip to content

Commit

Permalink
Merge pull request #198542 from mise-en-dev/bump-mise-2024.11.21
Browse files Browse the repository at this point in the history
mise 2024.11.21
  • Loading branch information
BrewTestBot authored Nov 21, 2024
2 parents c5395d1 + c311e67 commit 8ab9e9b
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions Formula/m/mise.rb
Original file line number Diff line number Diff line change
@@ -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.11.20.tar.gz"
sha256 "4789c2afd768067d1d57ebf6fdfe637eb1d2769d46325383b71555ebfe844ffc"
url "https://github.com/jdx/mise/archive/refs/tags/v2024.11.21.tar.gz"
sha256 "44ca96113ccdf87b14fbc4f64875243c0c611b9063d7c8a99d21d8b8ef1f3794"
license "MIT"
head "https://github.com/jdx/mise.git", branch: "main"

Expand All @@ -12,12 +12,12 @@ class Mise < Formula
end

bottle do
sha256 cellar: :any, arm64_sequoia: "dbc78433099b994594358ec03822599316421137907131dfdd7ad7cdd8e08439"
sha256 cellar: :any, arm64_sonoma: "6d303a504eeb6ba79f356ff45de4dde1d52806cbf994a74931edbcf30cd02ab2"
sha256 cellar: :any, arm64_ventura: "581bd2184ba58efee532d0a376e789e073491ca55bd2767e8bc0f8ddf6bf8746"
sha256 cellar: :any, sonoma: "89a1d84bb887a29fc1cdddaa3d7d0b1a6d997a7c3db56fb434e66841b74a8560"
sha256 cellar: :any, ventura: "23638808dc6d0a16b7b98374d239b70b1908bf6970b212617c4d567c81f4ebbe"
sha256 cellar: :any_skip_relocation, x86_64_linux: "b23aae2e00aaefd22889f2d516615a2085fd0462709c0f1d0a8ef41ef01337aa"
sha256 cellar: :any, arm64_sequoia: "d08adb059d37af92d78c0edfadb2183591c14826b91593b23761498adac118ee"
sha256 cellar: :any, arm64_sonoma: "040cb0b4c56f48167fd3b1c70266e93e3c750ad6aff77681455d68c4d5607d66"
sha256 cellar: :any, arm64_ventura: "f2862965c20cb9ed3f1f38d5da69243f6c68a230d0ad022c8b11a721be20fd7d"
sha256 cellar: :any, sonoma: "54be0f3fe94cadd0f8f5cda1ce5e182332035814946497022472fbf4223bb78a"
sha256 cellar: :any, ventura: "fbffb3834f152378d551204969cee24f092b92bb69af59524117a1273fd5a91c"
sha256 cellar: :any_skip_relocation, x86_64_linux: "c13eb44454fa3607998975a2c581c26e397e6874d461fd5b875c3fd7fa2a299d"
end

depends_on "pkg-config" => :build
Expand Down Expand Up @@ -67,8 +67,9 @@ def check_binary_linkage(binary, library)
end

test do
system bin/"mise", "install", "[email protected]"
assert_match "1.5.7", shell_output("#{bin}/mise exec [email protected] -- terraform -v")
system bin/"mise", "settings", "set", "experimental", "true"
system bin/"mise", "use", "node@22"
assert_match "22", shell_output("#{bin}/mise exec -- node -v")

[
Formula["libgit2"].opt_lib/shared_library("libgit2"),
Expand Down

0 comments on commit 8ab9e9b

Please sign in to comment.