Skip to content

Commit 81a85bf

Browse files
chore: update formula for v1.3.16
1 parent 7416a81 commit 81a85bf

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.14"
5+
version "1.3.16"
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.14/panda-macos-arm64.tar.gz"
13-
sha256 "6567f71feb8e70f8990ea881f20609922a1de229268bea72335030b66076a0de"
12+
url "https://github.com/AssafWoo/PandaFilter/releases/download/v1.3.16/panda-macos-arm64.tar.gz"
13+
sha256 "e8e616fa4c81658657f8207d96f7adba956f6fba392d5c4b01a81fd09dbde8d8"
1414
end
1515

1616
on_intel do
17-
url "https://github.com/AssafWoo/PandaFilter/releases/download/v1.3.14/panda-macos-x86_64.tar.gz"
18-
sha256 "9375b1ce97449c6e6f8dd35d4b80adc193722dc44af66e6ee326dab3715c9bee"
17+
url "https://github.com/AssafWoo/PandaFilter/releases/download/v1.3.16/panda-macos-x86_64.tar.gz"
18+
sha256 "07e35cf45cd9c39d3a38efbec6a90fa9eab04249063ae1f81b53869260b0158d"
1919
end
2020

2121
def install

0 commit comments

Comments
 (0)