homebrew-cask/Casks/typora.rb

28 lines
1.0 KiB
Ruby

cask 'typora' do
version '0.9.9.10.8'
sha256 'fb10530170ba2fbab885f7fea9d23e1e5c1ab3370fdf982ac8dbfc6c14ca1c98'
url 'https://typora.io/download/Typora.dmg'
appcast 'https://www.typora.io/download/dev_update.xml',
checkpoint: '5824207ab434e6a2db6cf5e8493803645c68dd8c123b3cd72c0bf8fde589c817'
name 'Typora'
homepage 'https://typora.io/'
auto_updates true
app 'Typora.app'
zap delete: [
'~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/abnerworks.typora.sfl',
'~/Library/Caches/abnerworks.Typora',
'~/Library/Cookies/abnerworks.Typora.binarycookies',
'~/Library/Saved Application State/abnerworks.Typora.savedState',
'~/Library/WebKit/abnerworks.Typora',
],
trash: [
'~/Library/Application Support/Typora',
'~/Library/Application Support/abnerworks.Typora',
'~/Library/Preferences/abnerworks.Typora.plist',
]
end