mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
development/sbcl: Updated for version 2.4.7.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
cd33d8ffdd
commit
d91efac0ad
2 changed files with 4 additions and 4 deletions
|
@ -27,7 +27,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=sbcl
|
||||
VERSION=${VERSION:-2.4.6}
|
||||
VERSION=${VERSION:-2.4.7}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="sbcl"
|
||||
VERSION="2.4.6"
|
||||
VERSION="2.4.7"
|
||||
HOMEPAGE="http://www.sbcl.org/"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/sbcl/sbcl-2.4.6-source.tar.bz2"
|
||||
MD5SUM="e7afeef16688f1f103cd13ea65c0ccca"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/sbcl/sbcl-2.4.7-source.tar.bz2"
|
||||
MD5SUM="6561a06d333bd77e6e21803615a572c6"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue