File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11class CcSession < Formula
22 desc "Interactive TUI editor for Claude Code session JSONL files"
33 homepage "https://github.com/dudegladiator/claude-code-session-editor"
4- version "0.2 .0"
4+ version "0.3 .0"
55 license "MIT"
66
77 on_macos do
88 on_arm do
99 url "https://github.com/dudegladiator/claude-code-session-editor/releases/download/v#{ version } /cc-session-aarch64-apple-darwin.tar.gz"
10- sha256 "59bfd6d3c28553544403e48ba29537b00eb87adf7f993385d01fd85161214485 "
10+ sha256 "17d8071429f2e9db45819a1bd618f09116e9a7af8a4f69a68b349bd6458a7e62 "
1111 end
1212 on_intel do
1313 url "https://github.com/dudegladiator/claude-code-session-editor/releases/download/v#{ version } /cc-session-x86_64-apple-darwin.tar.gz"
14- sha256 "dcc76b06139e053ea3b28b2c4a2ffff19a78517b3055d1578f163152b10d83f4 "
14+ sha256 "c58d11af2dd999c4527d4be42c56c865d3ec939fb3acf80ce9fc524f41023346 "
1515 end
1616 end
1717
1818 on_linux do
1919 url "https://github.com/dudegladiator/claude-code-session-editor/releases/download/v#{ version } /cc-session-x86_64-unknown-linux-gnu.tar.gz"
20- sha256 "8500288377b7122bb08d3b01ad34620932c9197682eb38f4c7fbd57646373d44 "
20+ sha256 "85b200eecfe12e963a72d2b3b7d4d92d4bcc9895ad949a4923d4194cc96f307b "
2121 end
2222
2323 def install
You can’t perform that action at this time.
0 commit comments