sbcl: update to 1.5.7.
This commit is contained in:
parent
60e8c0a2e7
commit
b4d828a300
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'sbcl'
|
||||
pkgname=sbcl
|
||||
version=1.5.6
|
||||
version=1.5.7
|
||||
revision=1
|
||||
archs="i686 x86_64* armv7l aarch64"
|
||||
|
||||
|
@ -13,7 +13,7 @@ license="custom"
|
|||
homepage="http://www.sbcl.org/"
|
||||
changelog="http://www.sbcl.org/news.html"
|
||||
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}-source.tar.bz2"
|
||||
checksum=6af48ebbf31063339a6b9231372a7be73afc2ba4b347396843fadc24581be483
|
||||
checksum=54742fb5e2f3f350fbafd72bc73662fca21382b5553ed6a146098950d2409485
|
||||
nocross=yes
|
||||
nopie=yes
|
||||
|
||||
|
@ -21,7 +21,7 @@ _bootstrap_lisp="bash ../sbcl-*-linux/run-sbcl.sh --no-sysinit --no-userinit --d
|
|||
case "$XBPS_TARGET_MACHINE" in
|
||||
x86_64)
|
||||
distfiles+=" ${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}-x86-64-linux-binary.tar.bz2"
|
||||
checksum+=" bb359730e47970b7fed0c75a24c299fcc177541f1e04ba2182bf06d28bcda87b"
|
||||
checksum+=" 7f41c480076ce5917c604219ad0e6e28af477dc446b002b3c4d299644097af32"
|
||||
;;
|
||||
i686)
|
||||
distfiles+=" ${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-1.4.3-x86-linux-binary.tar.bz2"
|
||||
|
|
Loading…
Reference in New Issue