mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
14 lines
450 B
Ruby
14 lines
450 B
Ruby
cask "notunes" do
|
|
version "3.4"
|
|
sha256 "aecff4a11ba94c166978a9e59741bdcf25912ed232cb740efabbc4a097712028"
|
|
|
|
url "https://github.com/tombonez/noTunes/releases/download/v#{version}/noTunes-#{version}.zip"
|
|
name "noTunes"
|
|
desc "Simple application that will prevent iTunes or Apple Music from launching"
|
|
homepage "https://github.com/tombonez/noTunes"
|
|
|
|
app "noTunes.app"
|
|
|
|
zap trash: "~/Library/Preferences/digital.twisted.noTunes.plist"
|
|
end
|