From bbf7dc67352fda6efa71d5dfa570cdcc5e5ba54c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADtor=20Galv=C3=A3o?= Date: Mon, 17 Jun 2013 23:05:39 +0100 Subject: [PATCH] Added pokerstars cask --- Casks/pokerstars.rb | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Casks/pokerstars.rb diff --git a/Casks/pokerstars.rb b/Casks/pokerstars.rb new file mode 100644 index 000000000..f5834e5d2 --- /dev/null +++ b/Casks/pokerstars.rb @@ -0,0 +1,7 @@ +class Pokerstars < Cask + url 'http://www.pokerstars.com/PokerStars.app.zip' + homepage 'http://www.pokerstars.com/' + version 'latest' + no_checksum + link 'PokerStars.app' +end