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