Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
6 changes: 3 additions & 3 deletions Formula/wally.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
class Wally < Formula
desc "Run language, speech and image models on your own machine"
homepage "https://github.com/RunanywhereAI/wally"
version "0.5.4"
version "0.5.5"
license "MIT"

# macOS arm64 ships the Swift MLX host
# (llama.cpp + ONNX + Sherpa + MLX). Linux is not in this cut.
on_macos do
on_arm do
url "https://github.com/RunanywhereAI/wally/releases/download/v0.5.4/wally-0.5.4-macos-arm64.tar.gz"
# Placeholder -- the v0.5.4 release has not published a wally-named asset
url "https://github.com/RunanywhereAI/wally/releases/download/v0.5.5/wally-0.5.5-macos-arm64.tar.gz"
# Placeholder -- the v0.5.5 release has not published a wally-named asset
# yet. scripts/release/update-tap.sh re-stamps this from the real release
# checksum; a stale value here fails brew install's own hash check
# rather than installing something unverified.
Expand Down
2 changes: 1 addition & 1 deletion versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

[product]
# wally's own release version; git tag is v<version> (auto-tag.yml reads it here).
version = "0.5.4"
version = "0.5.5"

[sdk]
# The published C++ desktop kit this tree builds against; bump the SHAs with it.
Expand Down
Loading