Skip to content

Commit 9b88245

Browse files
chore: update Homebrew formula for v0.3.0
1 parent 9702bf5 commit 9b88245

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Formula/cc-session.rb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
class 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

0 commit comments

Comments
 (0)