Browse Source

Merge pull request #645 from caskroom/fix-640

Add World of Tanks Latest
master
Vítor Galvão 10 years ago
parent
commit
2bd61ed9d1
  1. 14
      Casks/world-of-tanks-asia.rb
  2. 14
      Casks/world-of-tanks-eu.rb
  3. 14
      Casks/world-of-tanks-kr.rb
  4. 14
      Casks/world-of-tanks-ru.rb

14
Casks/world-of-tanks-asia.rb

@ -0,0 +1,14 @@
cask :v1 => 'world-of-tanks-asia' 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_asia'
name 'World Of Tanks'
homepage 'http://worldoftanks.asia/'
license :gratis
app 'World of Tanks.app'
zap :delete => '~/Documents/World_of_Tanks'
end

14
Casks/world-of-tanks-eu.rb

@ -0,0 +1,14 @@
cask :v1 => '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

14
Casks/world-of-tanks-kr.rb

@ -0,0 +1,14 @@
cask :v1 => 'world-of-tanks-kr' 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_kr'
name 'World Of Tanks'
homepage 'http://worldoftanks.kr/'
license :gratis
app 'World of Tanks.app'
zap :delete => '~/Documents/World_of_Tanks'
end

14
Casks/world-of-tanks-ru.rb

@ -0,0 +1,14 @@
cask :v1 => 'world-of-tanks-ru' 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_ru'
name 'World Of Tanks'
homepage 'http://worldoftanks.ru/'
license :gratis
app 'World of Tanks.app'
zap :delete => '~/Documents/World_of_Tanks'
end
Loading…
Cancel
Save