diff --git a/Casks/world-of-tanks-asia.rb b/Casks/world-of-tanks-asia.rb new file mode 100644 index 000000000..3be787a9c --- /dev/null +++ b/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 diff --git a/Casks/world-of-tanks-eu.rb b/Casks/world-of-tanks-eu.rb new file mode 100644 index 000000000..6fb5069a1 --- /dev/null +++ b/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 diff --git a/Casks/world-of-tanks-kr.rb b/Casks/world-of-tanks-kr.rb new file mode 100644 index 000000000..3906cb594 --- /dev/null +++ b/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 diff --git a/Casks/world-of-tanks-ru.rb b/Casks/world-of-tanks-ru.rb new file mode 100644 index 000000000..8d5c1f1c7 --- /dev/null +++ b/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