Skip to content

Commit 7036ba5

Browse files
chore: update formula for v1.3.17
1 parent aec763a commit 7036ba5

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

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

2121
def install

0 commit comments

Comments
 (0)