Skip to content

Commit d6be8a0

Browse files
Matthieu Ciapparaclaude
andcommitted
Update wtclone to v0.2.0
Subcommand CLI (init/add/rm/fix), safe fetch refspec, migration path for pre-0.2.0 layouts. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 856dd10 commit d6be8a0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Formula/wtclone.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Wtclone < Formula
22
desc "Bootstrap a git repository in worktree layout (bare + pointer + initial worktree)"
33
homepage "https://github.com/moduloTech/wtclone"
4-
url "https://github.com/moduloTech/wtclone/archive/refs/tags/v0.1.0.tar.gz"
5-
sha256 "8c1a649c656f3e347697a95e0ed624432bc4058d9c522b4833c3ffb9edec2d89"
4+
url "https://github.com/moduloTech/wtclone/archive/refs/tags/v0.2.0.tar.gz"
5+
sha256 "c34b53f8cfadcd32ba7b51f8254d967d469028a30689fa741e5920212ab7dab4"
66
license :cannot_represent
77

88
def install

0 commit comments

Comments
 (0)