homebrew-cask/Casks/pokerstars.rb

19 lines
424 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'pokerstars' do
2014-09-17 19:42:57 +08:00
version :latest
2014-05-08 20:51:31 +08:00
sha256 :no_check
2015-06-29 14:32:18 +08:00
url 'https://www.pokerstars.com/PokerStars.app.zip'
2015-04-21 22:48:16 +08:00
name 'PokerStars'
2015-06-29 14:32:18 +08:00
homepage 'https://www.pokerstars.com/'
2015-03-07 19:10:40 +08:00
license :freemium
2015-12-29 00:19:21 +08:00
auto_updates true
2014-09-16 00:06:09 +08:00
app 'PokerStars.app'
2014-11-22 22:24:20 +08:00
2014-09-18 19:57:58 +08:00
zap :delete => [
'~/Library/Preferences/com.pokerstars.user.ini',
'~/Library/Preferences/com.pokerstars.PokerStars.plist',
]
2013-06-18 06:05:39 +08:00
end