homebrew-cask/Casks/zettlr.rb

20 lines
694 B
Ruby

cask 'zettlr' do
version '1.5.0'
sha256 'e84e835024c31ea9078faf01aebeb451fae02cc2d9b27a7adbd0c95ebc2ca27d'
# github.com/Zettlr/Zettlr was verified as official when first introduced to the cask
url "https://github.com/Zettlr/Zettlr/releases/download/v#{version}/Zettlr-#{version}.dmg"
appcast 'https://github.com/Zettlr/Zettlr/releases.atom'
name 'Zettlr'
homepage 'https://www.zettlr.com/'
app 'Zettlr.app'
zap trash: [
'~/Library/Application Support/zettlr',
'~/Library/Logs/Zettlr',
'~/Library/Preferences/com.zettlr.app.plist',
'~/Library/Saved Application State/com.zettlr.app.savedState',
]
end