sbcl: update to 2.4.3.

This commit is contained in:
Leah Neukirchen 2024-04-02 17:46:50 +02:00
parent 0c16acd0e7
commit ae300011cc

View file

@ -1,6 +1,6 @@
# Template file for 'sbcl'
pkgname=sbcl
version=2.4.2
version=2.4.3
revision=1
# make sure the sbcl option in maxima is enabled for the same archs
archs="i686 x86_64* armv7l aarch64 ppc64le*"
@ -15,7 +15,7 @@ license="custom:BSD+public_domain"
homepage="http://www.sbcl.org/"
changelog="http://www.sbcl.org/news.html"
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}-source.tar.bz2"
checksum=fc03cb52d12aafe8759e6328450a201bbddf89b17071a4e83f39e80b43ddef0f
checksum=89c9aadf92b82ad3c74a3d4f158a038893dea0e4f394dcafc963583c30b7c3f2
nocross=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
x86_64)
distfiles+=" ${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}-x86-64-linux-binary.tar.bz2"
checksum+=" 720ad87604359920d268630f2d87b6fca1ba760f961b8fe4a1337f40628cbfdd"
checksum+=" 4ffbb6949108878be7a44a5e6d7a4e92b8aba581f7e39f74a3d9352a1d4f4646"
;;
arm*)
distfiles+=" ${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-1.2.14-armhf-linux-binary.tar.bz2"