cut v0.52.1
[Homebrew/homebrew-cask-versions.git] / Casks / world-of-tanks.rb
blobf142eddf0ad1215127e40f1f30ac24af9962a1db
1 cask :v1 => 'world-of-tanks' do
2   version :latest
3   sha256 :no_check
5   # wargaming.net is the official download host per the vendor homepage
6   url 'http://redirect.wargaming.net/WoT/latest_mac_install_na'
7   name 'World Of Tanks'
8   homepage 'http://worldoftanks.com/'
9   license :gratis
11   app 'World of Tanks.app'
13   zap :delete => '~/Documents/World_of_Tanks'
15   caveats <<-EOS.undent
16     #{token} is specific to North America; if you're in a different region, you'll need to find your version in caskroom/versions
17       brew tap caskroom/versions
18       brew search #{token}
19   EOS
20 end