homebrew-cask/Casks/popo.rb

20 lines
679 B
Ruby

cask 'popo' do
version '3.0.5'
sha256 '7803ef9844f012ef48951b97a108f677cdd888e916a6fe73806cb0bb212f69e7'
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