Add Sage 6.0.

Sage is a free open-source mathematics software system licensed under
the GPL. It combines the power of many existing open-source packages
into a common Python-based interface.
This commit is contained in:
Geoffrey Oxberry 2014-01-24 23:50:39 -08:00
parent 562ac8dced
commit 8c32da5832
1 changed files with 7 additions and 0 deletions

7
Casks/sage.rb Normal file
View File

@ -0,0 +1,7 @@
class Sage < Cask
url 'http://boxen.math.washington.edu/home/sagemath/sage-mirror/osx/intel/sage-6.0-x86_64-Darwin-OSX_10.6_x86_64-app.dmg'
homepage 'http://www.sagemath.org/'
version '6.0'
sha1 '0690169fb945237b3b5ef854e5ed460baae55a1c'
link 'Sage-6.0.app'
end