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
4 changes: 2 additions & 2 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.12.15.tar.gz"
sha256 "c79a6bb385e71749834bc3d6ebe1b3d1f399f2be18027d8d6dc1d633653ae445"
url "https://github.com/jdx/mise/archive/refs/tags/v2024.12.16.tar.gz"
sha256 "5df101845809e37daf7a5fae83326814923eff48156f35439e96aca76d08c67c"
license "MIT"
head "https://github.com/jdx/mise.git", branch: "main"

Expand Down
Loading