homebrew-cask/Casks/reactotron.rb

17 lines
566 B
Ruby
Raw Normal View History

cask 'reactotron' do
2016-11-15 19:58:45 +08:00
version '1.5.0'
sha256 'acea33257a0f06db44fb8072edec2ab9f435478647ba2bc28173a7abb238bf70'
url "https://github.com/reactotron/reactotron/releases/download/v#{version}/Reactotron.app.zip"
appcast 'https://github.com/reactotron/reactotron/releases.atom',
2016-11-15 19:58:45 +08:00
checkpoint: '5ad1399abfb77d90646ebe786edfb19fc776138a4542349cdfc965397b372012'
name 'Reactotron'
homepage 'https://github.com/reactotron/reactotron'
app 'Reactotron.app'
zap delete: [
'~/Library/Application Support/Reactotron',
]
end