homebrew-cask/Casks/hex.rb

10 lines
163 B
Ruby
Raw Normal View History

2014-04-18 18:20:26 +08:00
class Hex < Cask
version 'latest'
2014-05-08 20:51:31 +08:00
sha256 :no_check
url 'http://dl.hex.gameforge.com/HexInstaller.dmg'
homepage 'http://hextcg.com/'
2014-04-18 18:20:26 +08:00
link 'Hex.app'
end