homebrew-cask/Casks/lingo.rb

19 lines
742 B
Ruby

cask 'lingo' do
version '9.1'
sha256 '9ed550e0034a0ca0beb57fb0f89d5c85c244e131030c5e9dca2121081499409a'
# 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