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.24 "
5+ version "1.3.25 "
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.24 /panda-macos-arm64.tar.gz"
13- sha256 "f64552d0bb59854d4e94f30d7ed8364ba163449bb57ab5f2321dfb8ff387887b "
12+ url "https://github.com/AssafWoo/PandaFilter/releases/download/v1.3.25 /panda-macos-arm64.tar.gz"
13+ sha256 "aec13619a559f518bc28532d2598b578c6cead6a0d236aece9ac98c945b14ef0 "
1414 end
1515
1616 on_intel do
17- url "https://github.com/AssafWoo/PandaFilter/releases/download/v1.3.24 /panda-macos-x86_64.tar.gz"
18- sha256 "7a90246515c010b391b316c27d6a0c27a3f33cb1d8dafa9047b147f78d575093 "
17+ url "https://github.com/AssafWoo/PandaFilter/releases/download/v1.3.25 /panda-macos-x86_64.tar.gz"
18+ sha256 "9a757d14f237a01ff5bbc270ddeaf11103a6d6256ceb73c3e992e9b6534128c7 "
1919 end
2020
2121 def install
You can’t perform that action at this time.
0 commit comments