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