homebrew-cask/Casks/popo.rb

19 lines
643 B
Ruby

cask 'popo' do
version '3.0.1,6156'
sha256 'f73ce94e0d1747d1b95271be84137a04adacbf17d3b99a32f08fb42076fec1a9'
url "http://popo.netease.com/file/popomac/POPO_Mac_V#{version.dots_to_underscores.before_comma}.dmg"
appcast 'http://popo.netease.com/'
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