homebrew-cask/Casks/lingo.rb

19 lines
775 B
Ruby

cask 'lingo' do
version '10.7,3004'
sha256 '3a4bb0768784e3c279457a0e3c809530bdf253722a5cefde8b974fef8a9e586b'
# rink.hockeyapp.net/api/2/apps/ was verified as official when first introduced to the cask
url "https://rink.hockeyapp.net/api/2/apps/7d71478daf6447bda4094e216e97b0cf/app_versions/#{version.after_comma}?format=zip"
appcast 'https://www.lingoapp.com/mac/appcast'
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