Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 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 Down Expand Up @@ -67,8 +67,9 @@ def check_binary_linkage(binary, library)
end

test do
system bin/"mise", "install", "terraform@1.5.7"
assert_match "1.5.7", shell_output("#{bin}/mise exec terraform@1.5.7 -- 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