academic/scilab: Updated for version 5.4.1.

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
Fridrich von Stauffenberg 2013-06-02 19:14:25 -05:00 committed by Robby Workman
parent e6ae2ea6ef
commit 528e2fc4c1
2 changed files with 7 additions and 7 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for Scilab
# Copyright 2011-2012 Fridrich von Stauffenberg <cancellor2@gmail.com>
# Copyright 2011-2013 Fridrich von Stauffenberg <cancellor2@gmail.com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=scilab
VERSION=${VERSION:-5.4.0}
VERSION=${VERSION:-5.4.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,10 +1,10 @@
PRGNAM="scilab"
VERSION="5.4.0"
VERSION="5.4.1"
HOMEPAGE="http://scilab.org"
DOWNLOAD="http://www.scilab.org/download/5.4.0/scilab-5.4.0.bin.linux-i686.tar.gz"
MD5SUM="6ecd2cb834b1713715601b668043f70e"
DOWNLOAD_x86_64="http://www.scilab.org/download/5.4.0/scilab-5.4.0.bin.linux-x86_64.tar.gz"
MD5SUM_x86_64="5a0907c06b289145a479ce47074700ee"
DOWNLOAD="http://www.scilab.org/download/5.4.1/scilab-5.4.1.bin.linux-i686.tar.gz"
MD5SUM="fe51ded9c7f2804e3992054edbae2bfa"
DOWNLOAD_x86_64="http://www.scilab.org/download/5.4.1/scilab-5.4.1.bin.linux-x86_64.tar.gz"
MD5SUM_x86_64="63d64dc8fe367d5098df12fbaad6b7e7"
REQUIRES="jdk"
MAINTAINER="Fridrich von Stauffenberg"
EMAIL="cancellor2@gmail.com"