Skip to content

Commit 8649187

Browse files
Update Homebrew formula and README for v0.1.3
Made-with: Cursor
1 parent 5ae455b commit 8649187

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Formula/rcli.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
class Rcli < Formula
22
desc "On-device voice AI for macOS — STT, LLM, TTS, 40 actions, and local RAG"
33
homepage "https://github.com/RunanywhereAI/RCLI"
4-
url "https://github.com/RunanywhereAI/RCLI/releases/download/v0.1.2/rcli-0.1.2-Darwin-arm64.tar.gz"
5-
sha256 "20e984275655cb3de776f1c909cfd7e198a645f5cc66d344647b642cc7ca18fd"
4+
url "https://github.com/RunanywhereAI/RCLI/releases/download/v0.1.3/rcli-0.1.3-Darwin-arm64.tar.gz"
5+
sha256 "03cace858e34b5ce0ddafce71b18edbd598e54066ca4048e4150ec0a3e9cea0a"
66
license "MIT"
7-
version "0.1.2"
7+
version "0.1.3"
88

99
depends_on :macos
1010
depends_on arch: :arm64

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Homebrew's CLT check may fail on macOS 26 beta. Run `brew update` first, and if
6161
brew tap RunanywhereAI/rcli https://github.com/RunanywhereAI/RCLI.git
6262
brew fetch rcli
6363
cd /tmp && tar xzf "$(brew --cache rcli)"
64-
CELLAR="/opt/homebrew/Cellar/rcli/0.1.2"
64+
CELLAR="/opt/homebrew/Cellar/rcli/0.1.3"
6565
mkdir -p "$CELLAR/bin" "$CELLAR/lib"
6666
cp rcli-*/bin/rcli "$CELLAR/bin/" && cp rcli-*/lib/*.dylib "$CELLAR/lib/"
6767
brew link --overwrite rcli

0 commit comments

Comments
 (0)