sbcl: update to 2.3.10.

This commit is contained in:
Leah Neukirchen 2023-11-01 15:17:03 +01:00
parent 81d5a3bfd8
commit 7a64873dbe

View file

@ -1,6 +1,6 @@
# Template file for 'sbcl' # Template file for 'sbcl'
pkgname=sbcl pkgname=sbcl
version=2.3.9 version=2.3.10
revision=1 revision=1
# make sure the sbcl option in maxima is enabled for the same archs # make sure the sbcl option in maxima is enabled for the same archs
archs="i686 x86_64* armv7l aarch64 ppc64le*" archs="i686 x86_64* armv7l aarch64 ppc64le*"
@ -15,7 +15,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=7d289a91232022028bf0128900c32bf00e4c5430c32f28af0594c8a592a98654 checksum=358033315d07e4c5a6c838ee7f22cfc4d49e94848eb71ec1389d494bc32dd2ab
nocross=yes nocross=yes
nopie=yes nopie=yes
@ -23,7 +23,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+=" d6b267cefe730b65746604ed2f14d8e59cfd2283b498f0ac0953a483e54ed8bf" checksum+=" 21c522e2330bfbbefd0c3dce7273590747a33d5a7be3a240beca913c9fa2299d"
;; ;;
arm*) arm*)
distfiles+=" ${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-1.2.14-armhf-linux-binary.tar.bz2" distfiles+=" ${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-1.2.14-armhf-linux-binary.tar.bz2"