homebrew-cask/Casks/lingo.rb

19 lines
742 B
Ruby

cask 'lingo' do
version '7.0'
sha256 '3fc7936e72b4e92376dd75031cc52f02a03378f6469bca1e6390bb1c9e52bd45'
# nounproject.s3.amazonaws.com/lingo was verified as official when first introduced to the cask
url 'https://nounproject.s3.amazonaws.com/lingo/Lingo.dmg'
appcast 'https://rink.hockeyapp.net/api/2/apps/7d71478daf6447bda4094e216e97b0cf'
name 'Lingo'
homepage 'https://www.lingoapp.com/'
app 'Lingo.app'
zap trash: [
'~/Library/Preferences/com.lingoapp.Lingo.plist',
'~/Library/Application Support/com.lingoapp.Lingo',
'~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.lingoapp.lingo.sfl*',
]
end