homebrew-cask/Casks/exfalso.rb

16 lines
588 B
Ruby
Raw Normal View History

2017-03-20 08:13:54 +08:00
cask 'exfalso' do
2017-06-20 07:57:29 +08:00
version '3.9.1'
2017-07-21 20:57:53 +08:00
sha256 'b438f771a6063788bad4c359bb89b09dfce0dbd698caa485caddf6ed50a94a07'
2017-03-20 08:13:54 +08:00
2017-06-20 07:57:29 +08:00
# github.com/quodlibet/quodlibet was verified as official when first introduced to the cask
2017-07-21 20:57:53 +08:00
url "https://github.com/quodlibet/quodlibet/releases/download/release-#{version}/ExFalso-#{version}.dmg"
2017-03-20 08:13:54 +08:00
appcast 'https://github.com/quodlibet/quodlibet/releases.atom',
2017-07-21 20:57:53 +08:00
checkpoint: '9efb0435388c948603147c16f6b1f4f3e8ee9ca92f73e3dd4549e5fe5b9edf26'
2017-03-20 08:13:54 +08:00
name 'Ex Falso'
homepage 'https://quodlibet.readthedocs.io/'
2017-03-20 08:13:54 +08:00
app 'ExFalso.app'
2017-06-21 09:47:44 +08:00
zap trash: '~/.quodlibet'
2017-03-20 08:13:54 +08:00
end