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
2018-01-23 00:21:41 +08:00
version '4.0.2'
sha256 'aea8192a089affc58f955400029a936b579bc1ee06bddc5b6f839cfb696ce9e9'
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',
2018-01-23 00:21:41 +08:00
checkpoint: 'dc693ef4c5916de3d359d5503dbb41daecd2c1c586931b5cfde48c80da3dd7bd'
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