homebrew-cask/Casks/chatty.rb

20 lines
520 B
Ruby
Raw Normal View History

2016-05-08 08:18:54 +08:00
cask 'chatty' do
2016-06-29 05:32:58 +08:00
version '0.8.3'
sha256 'e62c3409fd42e76a1c73a4a31076a4169162a566bd4c9e659cc30e31706bbbc6'
2016-05-08 08:18:54 +08:00
url "https://github.com/chatty/chatty/releases/download/v#{version}/Chatty_#{version}.zip"
appcast 'https://github.com/chatty/chatty/releases.atom',
2016-06-29 05:32:58 +08:00
checkpoint: '626bce8b501ab9a8e61e3feb9869c9780178e8e873a620b8048454c94915cdee'
2016-05-08 08:18:54 +08:00
name 'Chatty'
homepage 'https://chatty.github.io'
license :mit
app 'Chatty.jar'
zap delete: '~/.chatty'
caveats do
depends_on_java('7+')
end
end