mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
academic/sage: Updated for 10.1
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
9a9c7f3a56
commit
78c56d2ab1
2 changed files with 4 additions and 4 deletions
|
@ -27,7 +27,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=sage
|
||||
VERSION=${VERSION:-10.0}
|
||||
VERSION=${VERSION:-10.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="sage"
|
||||
VERSION="10.0"
|
||||
VERSION="10.1"
|
||||
HOMEPAGE="http://www.sagemath.org"
|
||||
DOWNLOAD="http://mirrors.mit.edu/sage/src/sage-10.0.tar.gz"
|
||||
MD5SUM="14478a007c5e94d0402ac6924b0dae5a"
|
||||
DOWNLOAD="http://mirrors.mit.edu/sage/src/sage-10.1.tar.gz"
|
||||
MD5SUM="53a3ea057086eca87102eedb4efa9722"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue