Files
Mike McQuaid 326c44e93a o*: move to o/ subdirectory.
Continuing the sharding work now that `orka.rb` was moved without issue.
2023-08-07 17:35:26 +01:00

16 lines
472 B
Ruby

cask "overkill" do
version "1.0"
sha256 "e088b8a99ef76cffa56ec82b2f36e1461b974944de3d24996a43f503eb6c7606"
url "https://github.com/KrauseFx/overkill-for-mac/releases/download/#{version}/Overkill.zip"
name "Overkill"
desc "Stop iTunes from opening when you connect your iPhone"
homepage "https://github.com/KrauseFx/overkill-for-mac"
depends_on macos: ">= :sierra"
app "Overkill.app"
zap trash: "~/Library/Preferences/com.krausefx.Overkill.plist"
end