homebrew-cask/Casks/latexit.rb

21 lines
688 B
Ruby

cask 'latexit' do
version '2.14.4'
sha256 'ca9ef5a88019e6201da3424fb9258f801f3b99ed4bf4178a29ab2ffe4ea40837'
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