homebrew-cask/Casks/latexit.rb

16 lines
567 B
Ruby

cask :v1 => 'latexit' do
version '2.8.0'
sha256 '74258cbf8673ef17fb6ce8fbfdc630ea98002fb2a7012c251429299cf9b68489'
url "http://www.chachatelier.fr/latexit/downloads/LaTeXiT-#{version.gsub('.', '_')}.dmg"
appcast 'http://pierre.chachatelier.fr/latexit/downloads/latexit-sparkle-en.rss',
:sha256 => '34cab0a120226e056f8ea3f24afa7e252429e487b522345adf862365986b2d66'
name 'LaTeXiT'
homepage 'http://www.chachatelier.fr/latexit'
license :oss
app 'LaTeXiT.app'
zap :delete => '~/Library/Preferences/fr.chachatelier.pierre.LaTeXiT.plist'
end