homebrew-cask/Casks/hex.rb

13 lines
369 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'hex' do
2014-09-17 19:42:47 +08:00
version :latest
2014-05-08 20:51:31 +08:00
sha256 :no_check
2016-03-05 01:03:52 +08:00
# dl.hex.gameforge.com was verified as official when first introduced to the cask
url 'http://dl.hex.gameforge.com/HexInstaller.dmg'
2015-04-02 04:14:52 +08:00
name 'HEX'
2015-06-29 14:32:18 +08:00
homepage 'https://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