Skip to content

Commit 4a933cd

Browse files
chore: update formula for v1.3.20
1 parent d63c5cc commit 4a933cd

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.19"
5+
version "1.3.20"
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.19/panda-macos-arm64.tar.gz"
13-
sha256 "973085d6545bc3e4109417ed81f01c45203b4e6809be5d9cff5dc3880de9b3c1"
12+
url "https://github.com/AssafWoo/PandaFilter/releases/download/v1.3.20/panda-macos-arm64.tar.gz"
13+
sha256 "caad0bf99ecfe9148ef98e686279b2ebfe4ca3f6fd30c61962ab83f3c2435474"
1414
end
1515

1616
on_intel do
17-
url "https://github.com/AssafWoo/PandaFilter/releases/download/v1.3.19/panda-macos-x86_64.tar.gz"
18-
sha256 "ea717ae8f5da83f04869a10fca0410997f44c8a1990e6a4a5626cd1cb410dccd"
17+
url "https://github.com/AssafWoo/PandaFilter/releases/download/v1.3.20/panda-macos-x86_64.tar.gz"
18+
sha256 "97a1c63226a5a378dec598647a0d347a7cf47ea34fc1c0b7218399dd7bf590e5"
1919
end
2020

2121
def install

0 commit comments

Comments
 (0)