Skip to content

Commit ff0c57a

Browse files
chore: update Homebrew formula for v0.4.0
1 parent 5c667f3 commit ff0c57a

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.3.0"
4+
version "0.4.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 "17d8071429f2e9db45819a1bd618f09116e9a7af8a4f69a68b349bd6458a7e62"
10+
sha256 "daf6420855b3d4a402f21ee15c21957682e99524421b315dfad0f5afb6c16a3e"
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 "c58d11af2dd999c4527d4be42c56c865d3ec939fb3acf80ce9fc524f41023346"
14+
sha256 "1d8a18ac5c52f565297a0df96a5ac456ccb24752252867cd0a9d7c382f4272d8"
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 "85b200eecfe12e963a72d2b3b7d4d92d4bcc9895ad949a4923d4194cc96f307b"
20+
sha256 "189c5073e5081b93f0c09e13a24e372c0b5fe9ed6cab8366d54a59826f6719a8"
2121
end
2222

2323
def install

0 commit comments

Comments
 (0)