homebrew-cask/Casks/popo.rb

20 lines
679 B
Ruby

cask 'popo' do
version '3.3.2'
sha256 '3c65adf1c5e0bc48016d90715cb7023586aaa222c63b6f3171a309dd626c8019'
url "http://popo.netease.com/file/popomac/POPO_Mac_V#{version.dots_to_underscores}.dmg"
appcast 'http://popo.netease.com/',
configuration: version.dots_to_underscores
name 'NetEase POPO'
homepage 'http://popo.netease.com/'
app 'popo_mac.app'
zap trash: [
'~/Library/Application Support/Netease/Popo',
'~/Library/Saved Application State/com.netease.game.popo.savedState',
'~/Library/Preferences/com.netease.game.popo.plist',
'~/Library/Caches/com.netease.game.popo',
]
end