/Casks/spyder.rb
https://bitbucket.org/JoshHagins/homebrew-cask · Ruby · 12 lines · 9 code · 2 blank · 1 comment · 0 complexity · 4ca8063051b7a0ace3bf7638b47e4899 MD5 · raw file
- cask :v1 => 'spyder' do
- version '2.3.2'
- sha256 '0565a5af85e26759acce04f6da1b6317e8c2ec932847bc590408a1473d0686a7'
- # bitbucket.org is the official download host per the vendor homepage
- url "https://bitbucket.org/spyder-ide/spyderlib/downloads/spyder-#{version}-py3.4.dmg"
- name 'Spyder'
- homepage 'https://code.google.com/p/spyderlib/'
- license :oss
- app 'Spyder.app'
- end