development/sbcl: Updated for version 2.4.1
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
606f7706d1
commit
090e746ab6
|
@ -27,7 +27,7 @@
|
||||||
cd $(dirname $0) ; CWD=$(pwd)
|
cd $(dirname $0) ; CWD=$(pwd)
|
||||||
|
|
||||||
PRGNAM=sbcl
|
PRGNAM=sbcl
|
||||||
VERSION=${VERSION:-2.4.0}
|
VERSION=${VERSION:-2.4.1}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
PKGTYPE=${PKGTYPE:-tgz}
|
PKGTYPE=${PKGTYPE:-tgz}
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="sbcl"
|
PRGNAM="sbcl"
|
||||||
VERSION="2.4.0"
|
VERSION="2.4.1"
|
||||||
HOMEPAGE="http://www.sbcl.org/"
|
HOMEPAGE="http://www.sbcl.org/"
|
||||||
DOWNLOAD="http://downloads.sourceforge.net/sbcl/sbcl-2.4.0-source.tar.bz2"
|
DOWNLOAD="http://downloads.sourceforge.net/sbcl/sbcl-2.4.1-source.tar.bz2"
|
||||||
MD5SUM="8d5cf934ddbab8e7eec034001ab034a9"
|
MD5SUM="f1353f13a2bc852a5fd917e15a26bd6f"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES=""
|
REQUIRES=""
|
||||||
|
|
Loading…
Reference in New Issue