homebrew-cask/Casks/hex.rb

10 lines
162 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-09-16 00:05:41 +08:00
app 'Hex.app'
2014-04-18 18:20:26 +08:00
end