You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
360 B
14 lines
360 B
cask 'world-of-tanks-eu' do
|
|
version :latest
|
|
sha256 :no_check
|
|
|
|
# wargaming.net is the official download host per the vendor homepage
|
|
url 'http://redirect.wargaming.net/WoT/latest_mac_install_eu'
|
|
name 'World Of Tanks'
|
|
homepage 'http://worldoftanks.eu/'
|
|
license :gratis
|
|
|
|
app 'World of Tanks.app'
|
|
|
|
zap :delete => '~/Documents/World_of_Tanks'
|
|
end
|
|
|