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