Files
Mike McQuaid aa461148bb Move all remaining casks to sharded subdirectories.
The migration of `orka.rb` and then `o*.rb` has worked well without
complaint so: let's move everything else, too.
2023-08-09 12:08:38 +01:00

22 lines
669 B
Ruby

cask "hush" do
version "1.0"
sha256 "ed5050e0806d633a717807f90e28acf4b6c2ebcd789b68d3b1c4d461aba0dfc7"
url "https://github.com/oblador/hush/releases/download/v#{version}/Hush.dmg",
verified: "github.com/oblador/hush/"
name "Hush"
desc "Block nags to accept cookies and privacy invasive tracking in Safari"
homepage "https://oblador.github.io/hush/"
depends_on macos: ">= :big_sur"
app "Hush.app"
zap trash: [
"~/Library/Application Scripts/se.oblador.Hush",
"~/Library/Application Scripts/se.oblador.Hush.ContentBlocker",
"~/Library/Containers/se.oblador.Hush",
"~/Library/Containers/se.oblador.Hush.ContentBlocker",
]
end