homebrew-cask-versions/Casks/hex.rb
2015-01-17 20:01:17 +00:00

11 lines
353 B
Ruby

cask :v1 => 'hex' do
version :latest
sha256 :no_check
# gameforge.com is the official download host per the vendor homepage
url 'http://dl.hex.gameforge.com/HexInstaller.dmg'
homepage 'http://hextcg.com/'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
app 'Hex.app'
end