mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
development/sbcl: Updated for version 2.1.7.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
ab56431714
commit
9826832770
2 changed files with 4 additions and 4 deletions
|
@ -27,7 +27,7 @@
|
||||||
cd $(dirname $0) ; CWD=$(pwd)
|
cd $(dirname $0) ; CWD=$(pwd)
|
||||||
|
|
||||||
PRGNAM=sbcl
|
PRGNAM=sbcl
|
||||||
VERSION=${VERSION:-2.1.3}
|
VERSION=${VERSION:-2.1.7}
|
||||||
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.1.3"
|
VERSION="2.1.7"
|
||||||
HOMEPAGE="http://www.sbcl.org/"
|
HOMEPAGE="http://www.sbcl.org/"
|
||||||
DOWNLOAD="http://downloads.sourceforge.net/sbcl/sbcl-2.1.3-source.tar.bz2"
|
DOWNLOAD="http://downloads.sourceforge.net/sbcl/sbcl-2.1.7-source.tar.bz2"
|
||||||
MD5SUM="f96e5a4e48e3812cf78fb2559b0fd088"
|
MD5SUM="3f21dbcab14b4aa51b9a9f03c2b78b9c"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES=""
|
REQUIRES=""
|
||||||
|
|
Loading…
Reference in a new issue