homebrew-cask/Casks/mutespotifyads.rb

16 lines
528 B
Ruby
Raw Normal View History

cask 'mutespotifyads' do
version '1.9.0'
sha256 '0c4ad1494d57278780adf56fb07e7229edc18e768bb6704662210a26ab95ecaa'
url "https://github.com/simonmeusel/MuteSpotifyAds/releases/download/v#{version}/MuteSpotifyAds.app.zip"
appcast 'https://github.com/simonmeusel/MuteSpotifyAds/releases.atom'
name 'MuteSpotifyAds'
homepage 'https://github.com/simonmeusel/MuteSpotifyAds'
2019-07-23 18:00:56 +08:00
depends_on macos: '>= :sierra'
app 'MuteSpotifyAds.app'
zap trash: '~/Library/SyncedPreferences/de.simonmeusel.MuteSpotifyAds.plist'
end