homebrew-cask/Casks/latexit.rb

16 lines
567 B
Ruby
Raw Normal View History

2014-11-14 01:26:14 +08:00
cask :v1 => 'latexit' do
2015-03-12 02:19:07 +08:00
version '2.7.5'
sha256 '2faef9682f1450d2a4b240bcf602a84ae187e58bf62787e2185af0ee05161e6f'
url "http://www.chachatelier.fr/latexit/downloads/LaTeXiT-#{version.gsub('.', '_')}.dmg"
2014-10-15 23:43:52 +08:00
appcast 'http://pierre.chachatelier.fr/latexit/downloads/latexit-sparkle-en.rss',
:sha256 => 'bc1bd88bf1d7a9770f0527652db2fc082214240a9b66684d9a95a0beaf2f260a'
2015-03-16 08:40:52 +08:00
name 'LaTeXiT'
homepage 'http://www.chachatelier.fr/latexit'
license :oss
2014-09-16 00:05:50 +08:00
app 'LaTeXiT.app'
2014-11-22 22:24:19 +08:00
2014-09-18 19:57:57 +08:00
zap :delete => '~/Library/Preferences/fr.chachatelier.pierre.LaTeXiT.plist'
end