Skip to content

Commit

Permalink
Merge pull request #8130 from vitorgalvao/spyder
Browse files Browse the repository at this point in the history
Make spyder.rb user python 3.4
  • Loading branch information
vitorgalvao committed Dec 18, 2014
2 parents 9d3708d + f31cfd3 commit 3d8fa72
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Casks/spyder.rb
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
cask :v1 => 'spyder' do
version '2.3.2'
sha256 '37f64cdc31381368458b9c33c90f7c3cd5baf866a9525d3c7e4f962e7c2e2810'
sha256 '0565a5af85e26759acce04f6da1b6317e8c2ec932847bc590408a1473d0686a7'

url "https://bitbucket.org/spyder-ide/spyderlib/downloads/spyder-#{version}-py2.7.dmg"
url "https://bitbucket.org/spyder-ide/spyderlib/downloads/spyder-#{version}-py3.4.dmg"
homepage 'https://code.google.com/p/spyderlib/'
license :oss

app 'Spyder-Py2.app'
app 'Spyder.app'
end

0 comments on commit 3d8fa72

Please sign in to comment.