File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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.17 "
5+ version "1.3.18 "
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.17 /panda-macos-arm64.tar.gz"
13- sha256 "ba34607a360264a71d1d1cb84dc20e04760904dcff7424caf54aa48156963ad7 "
12+ url "https://github.com/AssafWoo/PandaFilter/releases/download/v1.3.18 /panda-macos-arm64.tar.gz"
13+ sha256 "e3c41f72376098c7ab1b573c22818df2b7836f7d08947bb28b19ecb0e218d204 "
1414 end
1515
1616 on_intel do
17- url "https://github.com/AssafWoo/PandaFilter/releases/download/v1.3.17 /panda-macos-x86_64.tar.gz"
18- sha256 "1e9749058024aaf01d8fb75d32ae0de06dc33d5d26a2e77fb4bb0cf50bae796c "
17+ url "https://github.com/AssafWoo/PandaFilter/releases/download/v1.3.18 /panda-macos-x86_64.tar.gz"
18+ sha256 "c4c276a5178554e91df4d074a54c58e14c5d89681a8dc168fc7a1bd220d3f4cb "
1919 end
2020
2121 def install
You can’t perform that action at this time.
0 commit comments