homebrew-cask/Casks/nteract.rb

13 lines
450 B
Ruby
Raw Normal View History

2016-11-05 11:18:22 +08:00
cask 'nteract' do
2018-03-16 05:29:22 +08:00
version '0.8.4'
sha256 'dcc993ac35e1b3e58057f0eb73240a695c681e7501c0454728b53550f6ebe160'
2016-11-05 11:18:22 +08:00
url "https://github.com/nteract/nteract/releases/download/v#{version}/nteract-#{version}.dmg"
appcast 'https://github.com/nteract/nteract/releases.atom',
2018-03-16 05:29:22 +08:00
checkpoint: '1b1402e6093e6d5a02e19951625ecbd2369792c30ebe4e2d743f434cceb020d9'
2016-11-05 11:18:22 +08:00
name 'nteract'
homepage 'https://github.com/nteract/nteract'
app 'nteract.app'
end