/Casks/spyder.rb

https://bitbucket.org/JoshHagins/homebrew-cask · Ruby · 12 lines · 9 code · 2 blank · 1 comment · 0 complexity · 4ca8063051b7a0ace3bf7638b47e4899 MD5 · raw file

  1. cask :v1 => 'spyder' do
  2. version '2.3.2'
  3. sha256 '0565a5af85e26759acce04f6da1b6317e8c2ec932847bc590408a1473d0686a7'
  4. # bitbucket.org is the official download host per the vendor homepage
  5. url "https://bitbucket.org/spyder-ide/spyderlib/downloads/spyder-#{version}-py3.4.dmg"
  6. name 'Spyder'
  7. homepage 'https://code.google.com/p/spyderlib/'
  8. license :oss
  9. app 'Spyder.app'
  10. end