Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

Khaos Studios Homebrew tap

Casks macOS Apple Silicon

Homebrew casks for Khaos Studios apps.


Install

brew install --cask snacbot/tap/delve

Homebrew adds the tap for you on first use, so there's no separate brew tap step.

Casks

Cask App Requires
delve Delve, a disk space analyzer that maps your drive as one interactive treemap macOS 26+, Apple Silicon

Delve ships from snacbot/delve-releases. Everything else we make lives at khaosstudio.com.

Updating on release

Delve auto-updates through Sparkle, so its cask is auto_updates true and Homebrew stays out of the in-app updater's way. The cask still needs a version and sha bump each release so fresh installs land on the current build.

VERSION=0.8.14
SHA=$(curl -sL "https://github.com/snacbot/delve-releases/releases/download/v$VERSION/Delve-$VERSION.dmg" | shasum -a 256 | cut -d' ' -f1)
sed -i '' "s/version \".*\"/version \"$VERSION\"/; s/sha256 \".*\"/sha256 \"$SHA\"/" Casks/delve.rb

Verify before pushing. brew fetch re-downloads and checks the sha against the cask:

brew fetch --cask snacbot/tap/delve

Why a tap and not homebrew-cask core

homebrew-cask has a notability requirement for new submissions. Once Delve clears it, this same cask file goes upstream and the tap gets retired.

Links

Khaos Studios  ·  Delve  ·  Discord  ·  Privacy

About

Homebrew casks for Khaos Studios apps

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages