Update teeworlds to 0.6.5 (#53915)

* Update teeworlds to 0.6.5

* remove github comment

* fix app names
This commit is contained in:
Brian Morton 2018-10-23 10:51:22 -07:00 committed by Vítor Galvão
parent 3995537049
commit a475a2aabe
1 changed files with 6 additions and 7 deletions

View File

@ -1,13 +1,12 @@
cask 'teeworlds' do
version '0.6.4'
sha256 '547e6535ea38895a148bec365752c915bad7a661fd224cb3d019e62012a5559c'
version '0.6.5'
sha256 '3bcfb67d1631c39a519d1c78876871eff0a150687eade01ff2c5553bcdc5b9d9'
# github.com/teeworlds/teeworlds was verified as official when first introduced to the cask
url "https://github.com/teeworlds/teeworlds/releases/download/#{version}-release/teeworlds-#{version}-osx.dmg"
appcast 'https://github.com/teeworlds/teeworlds/releases.atom'
url "https://downloads.teeworlds.com/teeworlds-#{version}-osx.dmg"
appcast 'https://teeworlds.com/?page=downloads'
name 'Teeworlds'
homepage 'https://www.teeworlds.com/'
app 'Teeworlds.app'
app 'Teeworlds Server.app'
app 'teeworlds.app'
app 'teeworlds_srv.app'
end