homebrew-cask/Casks/guild-wars2.rb

13 lines
399 B
Ruby

cask 'guild-wars2' do
# note: "2" is not a version number, but an intrinsic part of the product name
version :latest
sha256 :no_check
# s3.amazonaws.com/gw2cdn was verified as official when first introduced to the cask
url 'http://s3.amazonaws.com/gw2cdn/client/branches/Gw2Setup-64.dmg'
name 'Guild Wars 2'
homepage 'https://www.guildwars2.com/'
app 'Guild Wars 2 64-bit.app'
end