homebrew-cask/Casks/frescobaldi.rb

15 lines
544 B
Ruby
Raw Normal View History

2017-03-20 22:20:56 +08:00
cask 'frescobaldi' do
version '2.20.0'
sha256 '575910ceaeb6016355dcfac77ab5dcfceca42a7ff84db5f3316030231cb86bfc'
# github.com/wbsoft/frescobaldi was verified as official when first introduced to the cask
2017-05-12 04:22:53 +08:00
url "https://github.com/wbsoft/frescobaldi/releases/download/v#{version}/Frescobaldi-#{version}-x86_64.dmg"
2018-06-12 22:37:26 +08:00
appcast 'https://github.com/wbsoft/frescobaldi/releases.atom'
2017-03-20 22:20:56 +08:00
name 'Frescobaldi'
homepage 'http://frescobaldi.org/'
app 'Frescobaldi.app'
2017-06-21 09:47:44 +08:00
zap trash: '~/Library/Preferences/org.frescobaldi.frescobaldi.plist'
2017-03-20 22:20:56 +08:00
end