homebrew-cask/Casks/hex.rb

11 lines
169 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
2018-05-19 05:24:29 +08:00
url 'http://dl.hextcg.com/HexInstaller.dmg'
2015-04-02 04:14:52 +08:00
name 'HEX'
2018-05-19 05:24:29 +08:00
homepage 'https://www.hextcg.com/'
2014-09-16 00:05:41 +08:00
app 'Hex.app'
2014-04-18 18:20:26 +08:00
end