homebrew-cask/Casks/nteract.rb

13 lines
451 B
Ruby
Raw Normal View History

2016-11-05 11:18:22 +08:00
cask 'nteract' do
version '0.0.14'
sha256 '0734cc687cdf64f499c760e951ea27810d8ddd05d5708f9384fcaeea82117108'
url "https://github.com/nteract/nteract/releases/download/v#{version}/nteract-#{version}.dmg"
appcast 'https://github.com/nteract/nteract/releases.atom',
checkpoint: '2433d68b6a067c8fb04c19cc3c937bfc90de48e2d751c8547da623a8dd26e6eb'
2016-11-05 11:18:22 +08:00
name 'nteract'
homepage 'https://github.com/nteract/nteract'
app 'nteract.app'
end