Change from HTTPS to HTTP protocol for pokerstars.com (#32603)

This commit is contained in:
giannitm 2017-04-20 00:27:50 +01:00 committed by Miccal Matthews
parent c4c28c5510
commit 0b25b80f0a
1 changed files with 2 additions and 2 deletions

View File

@ -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"