Skip to content

Commit 2cdf849

Browse files
committed
Fix Homebrew formula to use HEAD and update docs
- Switch from main branch archive to HEAD to avoid SHA256 mismatches - Update README with correct two-argument tap command - Remove invalid version string - Add note explaining repository naming
1 parent 6473aa6 commit 2cdf849

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

Formula/try.rb

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
class Try < Formula
22
desc "Fresh directories for every vibe - lightweight experiments for people with ADHD"
33
homepage "https://github.com/tobi/try"
4-
url "https://github.com/tobi/try/archive/refs/heads/main.tar.gz"
5-
sha256 "dd3753f38b5c35597c8c2528a19efd7e4289bbbe977d18e2e299a2a57b393a8e"
6-
version "main"
4+
head "https://github.com/tobi/try.git", branch: "main"
75

86
depends_on "ruby"
97

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ nix run github:tobi/try init ~/my-tries
192192
### Quick start
193193

194194
```bash
195-
brew tap tobi/try
195+
brew tap tobi/try https://github.com/tobi/try
196196
brew install try
197197
```
198198

0 commit comments

Comments
 (0)