Skip to content

Commit b320de4

Browse files
eriknielsenclaude
andcommitted
Update Homebrew cask to v1.0.1, point tap to sorkila/homebrew-lockpaw
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 9d7d1c2 commit b320de4

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ Lockpaw/
137137
- **GitHub Actions CI** — build + 34 tests on `macos-15` runners (Xcode 16) on push to main and PRs (`.github/workflows/ci.yml`)
138138
- **Release workflow** — tag `v*` → build → conditional sign/notarize → GitHub Release (`.github/workflows/release.yml`). Uses `macos-15` runners. Creates temporary keychain for CI signing. Uploads DMG if signing secrets are configured.
139139
- **Sparkle auto-updates** — appcast at `https://getlockpaw.com/appcast.xml`, SPUStandardUpdaterController in AppDelegate
140-
- **Homebrew cask**`homebrew/Casks/lockpaw.rb`, install via `brew tap sorkila/lockpaw https://github.com/sorkila/lockpaw && brew install --cask lockpaw`
140+
- **Homebrew cask**tap repo at `sorkila/homebrew-lockpaw`, install via `brew tap sorkila/lockpaw && brew install --cask lockpaw`
141141
- **Raycast extension**`lockpaw-raycast/`, controls app via URL scheme, 4 commands (lock, unlock, unlock-password, toggle)
142142
- **DMG** — built locally with `create-dmg` (branded background, teal arrow, volume icon). CI uses `hdiutil` for simpler unsigned builds.
143143
- **GitHub Sponsors**`.github/FUNDING.yml` links to Buy Me a Coffee (eriknielsen)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Grab the latest signed & notarized DMG from [getlockpaw.com](https://getlockpaw.
6262
### Homebrew
6363

6464
```bash
65-
brew tap sorkila/lockpaw https://github.com/sorkila/lockpaw
65+
brew tap sorkila/lockpaw
6666
brew install --cask lockpaw
6767
```
6868

homebrew/Casks/lockpaw.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
cask "lockpaw" do
2-
version "1.0.0"
3-
sha256 :no_check
2+
version "1.0.1"
3+
sha256 "eb51e84f92866be8ac1e212b12807c7205d7869c72a5ffd7c43ac16991f61f55"
44

55
url "https://github.com/sorkila/lockpaw/releases/download/v#{version}/Lockpaw.dmg"
66
name "Lockpaw"
7-
desc "Menu bar screen guard for macOS"
7+
desc "Cover your Mac screen while AI agents keep running"
88
homepage "https://getlockpaw.com"
99

1010
depends_on macos: ">= :sonoma"

0 commit comments

Comments
 (0)