homebrew-cask/Casks/neo11-chitchat.rb

14 lines
459 B
Ruby
Raw Normal View History

2016-03-26 02:53:20 +08:00
cask 'neo11-chitchat' do
2016-04-11 04:50:55 +08:00
version '2.3'
sha256 'c56ad3d84a1dbb01de45f2148c83ee6007d6e18e94817de8a23a42743f381247'
2016-03-26 02:53:20 +08:00
url "https://github.com/Neo11/ChitChat/releases/download/v#{version}/ChitChat.zip"
appcast 'https://github.com/Neo11/ChitChat/releases.atom',
2016-04-11 04:50:55 +08:00
checkpoint: '1d331c02c9dbecc82e852ae9069473b63ad1384c46b183be5d0e83259a954383'
2016-03-26 02:53:20 +08:00
name 'ChitChat'
homepage 'https://github.com/Neo11/ChitChat'
license :oss
app 'ChitChat.app'
end