homebrew-cask/Casks/fontbase.rb

18 lines
588 B
Ruby
Raw Normal View History

2017-05-03 01:38:16 +08:00
cask 'fontbase' do
2018-03-23 05:17:45 +08:00
version '2.4.1'
sha256 'eacd6814fe36e0da9529ebf8bd205cc9fa305f8cd33c4c34068cb1a37f9f48ba'
2017-05-03 01:38:16 +08:00
2018-02-03 04:24:59 +08:00
url "http://releases.fontba.se/mac/FontBase-#{version}.dmg"
2017-05-03 01:38:16 +08:00
name 'FontBase'
homepage 'http://fontba.se/'
app 'FontBase.app'
2017-11-18 18:01:27 +08:00
zap trash: [
'~/Library/Preferences/com.dominiklevitsky.fontbase.helper.plist',
'~/Library/Preferences/com.dominiklevitsky.fontbase.plist',
'~/Library/Application Support/FontBase',
'~/Library/Saved Application State/com.dominiklevitsky.fontbase.savedState',
]
2017-05-03 01:38:16 +08:00
end