From 0b25b80f0aa7b07fe8b1b23a51de9ff9ed5051c8 Mon Sep 17 00:00:00 2001 From: giannitm Date: Thu, 20 Apr 2017 00:27:50 +0100 Subject: [PATCH] Change from HTTPS to HTTP protocol for pokerstars.com (#32603) --- Casks/pokerstars.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Casks/pokerstars.rb b/Casks/pokerstars.rb index 2aacabb0369..e81df2405d4 100644 --- a/Casks/pokerstars.rb +++ b/Casks/pokerstars.rb @@ -34,9 +34,9 @@ cask 'pokerstars' do %w[.pt PT] end - url "https://www.pokerstars#{language[0]}/PokerStars#{language[1]}.app.zip" + url "http://www.pokerstars#{language[0]}/PokerStars#{language[1]}.app.zip" name 'PokerStars' - homepage "https://www.pokerstars#{language[0]}" + homepage "http://www.pokerstars#{language[0]}" auto_updates true container nested: "PokerStars#{language[1]}/PokerStars#{language[1]}.dmg"