mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
development/sbcl: Updated for version 2.2.10.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
550fa70163
commit
e0c913d836
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.2.8}
|
VERSION=${VERSION:-2.2.10}
|
||||||
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.2.8"
|
VERSION="2.2.10"
|
||||||
HOMEPAGE="http://www.sbcl.org/"
|
HOMEPAGE="http://www.sbcl.org/"
|
||||||
DOWNLOAD="http://downloads.sourceforge.net/sbcl/sbcl-2.2.8-source.tar.bz2"
|
DOWNLOAD="http://downloads.sourceforge.net/sbcl/sbcl-2.2.10-source.tar.bz2"
|
||||||
MD5SUM="231be562cb6b3426b2f0b9367082a976"
|
MD5SUM="93cc7d124a1ea08e7bccdea387089350"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES=""
|
REQUIRES=""
|
||||||
|
|
Loading…
Reference in a new issue