homebrew-cask/Casks/qiyimedia.rb

19 lines
772 B
Ruby

cask 'qiyimedia' do
version '20200612,5.19.3-271'
sha256 '2d71630cdd9750cbe67ca9c88f7eac6f956b7ff69c4697e278fa9d7d79b7ec2f'
url 'https://mbdapp.iqiyi.com/j/ot/iQIYIMedia_000.dmg'
appcast 'https://macupdater.net/cgi-bin/check_urls/check_url_redirect.cgi?url=https://mbdapp.iqiyi.com/j/ot/iQIYIMedia_000.dmg',
must_contain: version.before_comma
name '爱奇艺视频'
homepage 'https://app.iqiyi.com/mac/player/index.html'
app '爱奇艺.app'
zap trash: [
'~/Library/Application Scripts/com.iqiyi.player',
'~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.iqiyi.player.sfl*',
'~/Library/Containers/com.iqiyi.player',
]
end