Skip to content

Commit 8524754

Browse files
chore: update formula for v1.3.22
1 parent f7422c3 commit 8524754

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

Formula/pandafilter.rb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@ class Pandafilter < Formula
22
desc "LLM token optimizer for Claude Code — 60-90% token savings on dev operations"
33
homepage "https://github.com/AssafWoo/PandaFilter"
44
license "MIT"
5-
version "1.3.21"
5+
version "1.3.22"
66

77
depends_on "jq"
88

99
# Prebuilt binaries — no Rust/LLVM build dependencies, installs in seconds.
1010
# Each tarball contains the panda binary + libonnxruntime dylib bundled together.
1111
on_arm do
12-
url "https://github.com/AssafWoo/PandaFilter/releases/download/v1.3.21/panda-macos-arm64.tar.gz"
13-
sha256 "1847a592d6316d307aa9f0ea80dd4562dd5405aec5e8fa30802eab77d284a231"
12+
url "https://github.com/AssafWoo/PandaFilter/releases/download/v1.3.22/panda-macos-arm64.tar.gz"
13+
sha256 "34cdd369bf193a5c3527cfb92a98df31ad1825e4640e8d8da3a7321be574ec03"
1414
end
1515

1616
on_intel do
17-
url "https://github.com/AssafWoo/PandaFilter/releases/download/v1.3.21/panda-macos-x86_64.tar.gz"
18-
sha256 "91cc3fe5f6e0e1f808becb4ee1ba1eb3657fff9dfb2ea8c35e429514a645a9d3"
17+
url "https://github.com/AssafWoo/PandaFilter/releases/download/v1.3.22/panda-macos-x86_64.tar.gz"
18+
sha256 "136dbb2acdeeaef2372659866e5c42f79d88a3eda43cdfbcc3577c95eb3f4a88"
1919
end
2020

2121
def install

0 commit comments

Comments
 (0)