homebrew-cask/Casks/latexit.rb

21 lines
688 B
Ruby

cask 'latexit' do
version '2.14.3'
sha256 '9b589fa6278babebbd11aed99e06932e2573b66c55f362265a710d6561c3eb89'
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'
name 'LaTeXiT'
homepage 'https://www.chachatelier.fr/latexit/'
auto_updates true
app 'LaTeXiT.app'
zap trash: [
'~/Library/Caches/fr.chachatelier.pierre.LaTeXiT',
'~/Library/Cookies/fr.chachatelier.pierre.LaTeXiT.binarycookies',
'~/Library/Preferences/fr.chachatelier.pierre.LaTeXiT.plist',
]
end