mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
development/sbcl: Updated for version 2.1.10.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
9ae661cefa
commit
0e7b34fb0f
2 changed files with 4 additions and 4 deletions
|
@ -27,7 +27,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=sbcl
|
||||
VERSION=${VERSION:-2.1.7}
|
||||
VERSION=${VERSION:-2.1.10}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="sbcl"
|
||||
VERSION="2.1.7"
|
||||
VERSION="2.1.10"
|
||||
HOMEPAGE="http://www.sbcl.org/"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/sbcl/sbcl-2.1.7-source.tar.bz2"
|
||||
MD5SUM="3f21dbcab14b4aa51b9a9f03c2b78b9c"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/sbcl/sbcl-2.1.10-source.tar.bz2"
|
||||
MD5SUM="16292fd6e41ad04e8395be94095c669d"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue