From 08df595783c2257d9ce4e5c21f18af81a46f0fdf Mon Sep 17 00:00:00 2001 From: Pushkinist <4850452+Pushkinist@users.noreply.github.com> Date: Thu, 18 Jun 2026 08:57:34 +0700 Subject: [PATCH] chore(release): bump Homebrew formula to v0.2.2 Point the formula url at the v0.2.2 source tarball and update the sha256 to match (verified stable against the GitHub-generated archive). --- packaging/homebrew/rmlx.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packaging/homebrew/rmlx.rb b/packaging/homebrew/rmlx.rb index a2288ed..d384740 100644 --- a/packaging/homebrew/rmlx.rb +++ b/packaging/homebrew/rmlx.rb @@ -21,8 +21,8 @@ class Rmlx < Formula desc "Rust-native, single-binary MLX inference + conversion backend for Apple Silicon" homepage "https://github.com/Pushkinist/rMLX" - url "https://github.com/Pushkinist/rMLX/archive/refs/tags/v0.2.1.tar.gz" - sha256 "a10d2d15560e957d98458a4e5c597e3e299ed2f6faa83b8c21792e1e7d0a70fd" + url "https://github.com/Pushkinist/rMLX/archive/refs/tags/v0.2.2.tar.gz" + sha256 "cd7a6ee2b0d341476296a6bf9789b23c766921de1ebeac5bec1156415fa5e8c0" license any_of: ["MIT", "Apache-2.0"] head "https://github.com/Pushkinist/rMLX.git", branch: "main"