diff options
| author | Christian Cleberg <[email protected]> | 2026-07-18 00:05:53 -0500 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2026-07-18 00:05:53 -0500 |
| commit | dfb291c1074c6572ceadff87c15a9806f82aefcb (patch) | |
| tree | 6a66fe61520a84254c9279a7cf75e34a70919826 | |
| parent | d63084921057a95d2f9eeb24cb73177a8171b704 (diff) | |
| download | octosentry-dfb291c1074c6572ceadff87c15a9806f82aefcb.tar.gz octosentry-dfb291c1074c6572ceadff87c15a9806f82aefcb.tar.bz2 octosentry-dfb291c1074c6572ceadff87c15a9806f82aefcb.zip | |
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.
| -rw-r--r-- | Casks/octosentry.rb | 14 |
1 files 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" |
