homebrew-cask/Casks/nteract.rb

12 lines
360 B
Ruby
Raw Normal View History

2016-11-05 11:18:22 +08:00
cask 'nteract' do
2018-06-23 02:43:14 +08:00
version '0.9.1'
sha256 '9e832ea56ae266f76a5f82bbfd90573de22f189cd10513fe264816b2c6f787e8'
2016-11-05 11:18:22 +08:00
url "https://github.com/nteract/nteract/releases/download/v#{version}/nteract-#{version}.dmg"
2018-06-12 22:37:26 +08:00
appcast 'https://github.com/nteract/nteract/releases.atom'
2016-11-05 11:18:22 +08:00
name 'nteract'
homepage 'https://github.com/nteract/nteract'
app 'nteract.app'
end