homebrew-cask/Casks/popo.rb

20 lines
679 B
Ruby

cask 'popo' do
version '3.1.1'
sha256 '27ffc7716b6802367b2e741e42e94f7574e8e21ffdbdae4b854135062ad47a4d'
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