sbcl: update to 1.5.6.

This commit is contained in:
Leah Neukirchen 2019-08-27 13:11:42 +02:00
parent ef1a283287
commit b52602cc3f

View file

@ -1,6 +1,6 @@
# Template file for 'sbcl' # Template file for 'sbcl'
pkgname=sbcl pkgname=sbcl
version=1.5.5 version=1.5.6
revision=1 revision=1
archs="i686 x86_64* armv7l aarch64" archs="i686 x86_64* armv7l aarch64"
@ -13,7 +13,7 @@ license="custom"
homepage="http://www.sbcl.org/" homepage="http://www.sbcl.org/"
changelog="http://www.sbcl.org/news.html" changelog="http://www.sbcl.org/news.html"
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}-source.tar.bz2" distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}-source.tar.bz2"
checksum=cb47fae6a86f0c5c57431604fb4e5f11c8a823f94ce128d568b8770fc5bcaae2 checksum=6af48ebbf31063339a6b9231372a7be73afc2ba4b347396843fadc24581be483
nocross=yes nocross=yes
nopie=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 case "$XBPS_TARGET_MACHINE" in
x86_64) x86_64)
distfiles+=" ${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}-x86-64-linux-binary.tar.bz2" distfiles+=" ${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}-x86-64-linux-binary.tar.bz2"
checksum+=" 76ed2d873379cc9c898323a252bbd5ad8f91fb143f70549e32490e13b185bff9" checksum+=" bb359730e47970b7fed0c75a24c299fcc177541f1e04ba2182bf06d28bcda87b"
;; ;;
i686) i686)
distfiles+=" ${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-1.4.3-x86-linux-binary.tar.bz2" distfiles+=" ${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-1.4.3-x86-linux-binary.tar.bz2"