Files
homebrew-cask/Casks/s/spotifree.rb
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

16 lines
411 B
Ruby

cask "spotifree" do
version "1.6.5"
sha256 "f518a09187bbf1c033e007fbfbd900222d17c7efd103ef239e61bfdec7caaaec"
url "https://github.com/ArtemGordinsky/Spotifree/releases/download/#{version}/Spotifree.dmg"
name "Spotifree"
desc "Automatically mutes ads on Spotify (not supported)"
homepage "https://github.com/ArtemGordinsky/Spotifree/"
app "Spotifree.app"
caveats do
discontinued
end
end