homebrew-cask/Casks/mathpix-snipping-tool.rb

22 lines
817 B
Ruby

cask 'mathpix-snipping-tool' do
version '1.3.48'
sha256 '5159384a19502bacbe2fb0bc3b6a5938e1900c1901b4d356655b7764a450998b'
url "https://mathpix.com/dmg/SnippingTool-v#{version}.dmg"
appcast 'https://mathpix.com/appcast.xml'
name 'Mathpix Snipping Tool'
homepage 'https://mathpix.com/'
auto_updates true
app 'Mathpix Snipping Tool.app'
zap trash: [
'~/Library/Application Support/com.mathpix.snipping-tool-noappstore',
'~/Library/Caches/com.crashlytics.data/com.mathpix.snipping-tool-noappstore',
'~/Library/Caches/io.fabric.sdk.mac.data/com.mathpix.snipping-tool-noappstore',
'~/Library/Caches/com.mathpix.snipping-tool-noappstore',
'~/Library/Preferences/com.mathpix.snipping-tool-noappstore.plist',
]
end