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
version '0.1.0'
sha256 '6b94849ed2c6cf69920e0ee06972ae58a533ab02baa8fdedcfe84cd6995812e1'
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',
2017-05-14 22:46:58 +08:00
checkpoint: '05ee2590f10b27aa8e32e198cdd6ebb842395393b1853b226ae8f1c737a2ad44'
2016-11-05 11:18:22 +08:00
name 'nteract'
homepage 'https://github.com/nteract/nteract'
app 'nteract.app'
end