homebrew-cask/Casks/hex.rb

12 lines
353 B
Ruby
Raw Normal View History

2014-11-14 01:26:01 +08:00
cask :v1 => 'hex' do
2014-09-17 19:42:47 +08:00
version :latest
2014-05-08 20:51:31 +08:00
sha256 :no_check
2015-01-18 04:01:17 +08:00
# 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
2014-09-16 00:05:41 +08:00
app 'Hex.app'
2014-04-18 18:20:26 +08:00
end