homebrew-cask/Casks/writefull.rb

22 lines
886 B
Ruby

cask 'writefull' do
version '3.0.0-beta19'
sha256 '0b424a82bbf184661ca7f0dd6459a8248ccb643cf07855fadab1481e10445c8d'
# writefull-binaries.s3.amazonaws.com/ was verified as official when first introduced to the cask
url "https://writefull-binaries.s3.amazonaws.com/#{version}/Writefull.dmg"
appcast 'https://writefullapp.com/js/download-urls.js'
name 'Writefull'
homepage 'https://writefullapp.com/'
app 'Writefull.app'
zap trash: [
'~/Library/Application Support/Writefull_3beta',
'~/Library/Application Support/com.paraphrase.Writefull.ShipIt',
'~/Library/Caches/Writefull_3beta',
'~/Library/Caches/com.paraphrase.Writefull',
'~/Library/Preferences/com.paraphrase.Writefull.plist',
'~/Library/Saved Application State/com.paraphrase.Writefull.savedState',
]
end