homebrew-cask/Casks/quodlibet.rb

15 lines
506 B
Ruby

cask 'quodlibet' do
version '4.0.2'
sha256 '6f9a98926e7e62cb26a34b41689616d60f709877fe20984af018843e76274060'
# github.com/quodlibet/quodlibet was verified as official when first introduced to the cask
url "https://github.com/quodlibet/quodlibet/releases/download/release-#{version}/QuodLibet-#{version}.dmg"
appcast 'https://github.com/quodlibet/quodlibet/releases.atom'
name 'Quod Libet'
homepage 'https://quodlibet.readthedocs.io/'
app 'QuodLibet.app'
zap trash: '~/.quodlibet'
end