krz/octosentry

macOS menu bar app to monitor GitHub security alerts

clone: git clone https://gitbay.org/krz/octosentry.git

dfb291c1074c6572ceadff87c15a9806f82aefcb

verified · cmc

author: Christian Cleberg <hello@cleberg.net> · 2026-07-18T05:05:53Z

Publish octosentry cask to zerolabsco/homebrew-tap

Filled in the real DMG checksum, fixed deprecated depends_on macos
syntax (caught by a real brew install test), and updated the comment
now that the tap repo actually exists.
 Casks/octosentry.rb | 14 +++++---------
 1 file changed, 5 insertions(+), 9 deletions(-)

diff --git a/Casks/octosentry.rb b/Casks/octosentry.rb
index becc4fd..298a456 100644
--- a/Casks/octosentry.rb
+++ b/Casks/octosentry.rb
@@ -1,23 +1,19 @@
 # Homebrew Cask for octosentry (spec §9: DMG/Homebrew distribution channel).
 #
-# This file lives here as a template — Homebrew taps must be their own repo
-# named "homebrew-<tapname>" for `brew tap` to find them. To actually publish:
-#   1. Create github.com/zerolabsco/homebrew-tap (or similar)
-#   2. Copy this file there as Casks/octosentry.rb
-#   3. Fill in sha256 below with the real checksum of the released DMG:
-#        shasum -a 256 octosentry-<version>.dmg
-#   4. Users install via: brew tap zerolabsco/tap && brew install --cask octosentry
+# Canonical copy lives in zerolabsco/homebrew-tap — this one is kept in sync
+# here for reference. Users install via:
+#   brew tap zerolabsco/tap && brew install --cask octosentry
 
 cask "octosentry" do
   version "1.0.0"
-  sha256 "REPLACE_WITH_REAL_SHA256_OF_RELEASED_DMG"
+  sha256 "33c5b89ce817d5be7bacc8d6fe5e2ff5678b071e50eba0270ef31de32fc4566a"
 
   url "https://github.com/zerolabsco/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"
 
-  depends_on macos: ">= :sonoma"
+  depends_on macos: :sonoma
 
   app "octosentry.app"