sbcl: update to 2.0.11.

This commit is contained in:
Leah Neukirchen 2020-11-29 19:30:04 +01:00
parent 2b3507a3f8
commit 1f43768920

View file

@ -1,6 +1,6 @@
# Template file for 'sbcl' # Template file for 'sbcl'
pkgname=sbcl pkgname=sbcl
version=2.0.10 version=2.0.11
revision=1 revision=1
archs="i686 x86_64* armv7l aarch64" archs="i686 x86_64* armv7l aarch64"
hostmakedepends="iana-etc" hostmakedepends="iana-etc"
@ -12,7 +12,7 @@ license="custom:BSD+public_domain"
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=51754110b6c54dcd3857a213d6113628a89b4d43348cfd38c1fac373927a0557 checksum=87d2aa53cef092119a1c8b2f3de48d209375a674c3b60e08596838013bd7971d
nocross=yes nocross=yes
nopie=yes nopie=yes
@ -20,7 +20,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+=" 5ac9304ea5fe49be44b87afbe02d73dc5a66cdd412759ee6ce8e8a8b5b214b87" checksum+=" b7e61bc6b8d238f8878e660bc0635e99c2ea1255bfd6153d702fe9a00f8138fd"
;; ;;
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"