homebrew-cask/Casks/reactotron.rb

17 lines
569 B
Ruby
Raw Normal View History

cask 'reactotron' do
2017-03-13 11:15:38 +08:00
version '1.9.0'
sha256 '4ebd0266db38a2595fd2030020e99167cd60d8c8a644c6c63c0184caed41125e'
2017-01-22 09:13:17 +08:00
url "https://github.com/infinitered/reactotron/releases/download/v#{version}/Reactotron.app.zip"
appcast 'https://github.com/infinitered/reactotron/releases.atom',
2017-03-13 11:15:38 +08:00
checkpoint: '932db7cdfc462df04fcce4e9e998912014e5579a97c30b8bbf2298852374a643'
name 'Reactotron'
2017-01-22 09:13:17 +08:00
homepage 'https://github.com/infinitered/reactotron'
app 'Reactotron.app'
zap delete: [
'~/Library/Application Support/Reactotron',
]
end