homebrew-cask/Casks/latexit.rb

22 lines
778 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'latexit' do
2018-04-01 09:24:54 +08:00
version '2.10.1'
sha256 '13e8cad21d51cb466c1d48e2f1b03a5dd541928c534fc5022e7d4e4cb2425895'
2016-07-15 23:22:25 +08:00
url "https://www.chachatelier.fr/latexit/downloads/LaTeXiT-#{version.dots_to_underscores}.dmg",
user_agent: :fake
appcast 'https://pierre.chachatelier.fr/latexit/downloads/latexit-sparkle-en.rss',
2018-04-01 09:24:54 +08:00
checkpoint: 'cc4dd3469b0bbc90d0dd61bbacf4a726295c9919c066c622ae6fd3712b1a7667'
2015-03-16 08:40:52 +08:00
name 'LaTeXiT'
homepage 'https://www.chachatelier.fr/latexit/'
2017-12-21 22:42:52 +08:00
auto_updates true
2014-09-16 00:05:50 +08:00
app 'LaTeXiT.app'
2014-11-22 22:24:19 +08:00
2017-11-18 13:27:58 +08:00
zap trash: [
'~/Library/Caches/fr.chachatelier.pierre.LaTeXiT',
'~/Library/Cookies/fr.chachatelier.pierre.LaTeXiT.binarycookies',
'~/Library/Preferences/fr.chachatelier.pierre.LaTeXiT.plist',
]
end