diff options
| author | Christian Cleberg <[email protected]> | 2026-08-02 01:51:21 -0500 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2026-08-02 01:51:21 -0500 |
| commit | d1363f0676608aba4e44e8180afee4802b2a4f5b (patch) | |
| tree | eb3f89edff25d4fe07fe9b2a4c35596bd6e1ef12 /Casks | |
| parent | 019c7506f0331241c41958fd5de1475daa972c61 (diff) | |
| download | homebrew-tap-d1363f0676608aba4e44e8180afee4802b2a4f5b.tar.gz homebrew-tap-d1363f0676608aba4e44e8180afee4802b2a4f5b.tar.bz2 homebrew-tap-d1363f0676608aba4e44e8180afee4802b2a4f5b.zip | |
update org name
Diffstat (limited to 'Casks')
| -rw-r--r-- | Casks/octosentry.rb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Casks/octosentry.rb b/Casks/octosentry.rb index 298a456..f29bec0 100644 --- a/Casks/octosentry.rb +++ b/Casks/octosentry.rb @@ -1,17 +1,17 @@ # Homebrew Cask for octosentry (spec §9: DMG/Homebrew distribution channel). # -# Canonical copy lives in zerolabsco/homebrew-tap — this one is kept in sync +# Canonical copy lives in krazywarez/homebrew-tap — this one is kept in sync # here for reference. Users install via: -# brew tap zerolabsco/tap && brew install --cask octosentry +# brew tap krazywarez/tap && brew install --cask octosentry cask "octosentry" do version "1.0.0" sha256 "33c5b89ce817d5be7bacc8d6fe5e2ff5678b071e50eba0270ef31de32fc4566a" - url "https://github.com/zerolabsco/octosentry/releases/download/#{version}/octosentry-#{version}.dmg" + url "https://github.com/krazywarez/octosentry/releases/download/#{version}/octosentry-#{version}.dmg" name "octosentry" desc "Menu bar app aggregating GitHub security alerts into one feed" - homepage "https://github.com/zerolabsco/octosentry" + homepage "https://github.com/krazywarez/octosentry" depends_on macos: :sonoma |
