sbcl: update to 2.4.1.

This commit is contained in:
Leah Neukirchen 2024-01-29 14:45:21 +01:00
parent c7576d91d5
commit a13664e4d1

View file

@ -1,6 +1,6 @@
# Template file for 'sbcl'
pkgname=sbcl
version=2.4.0
version=2.4.1
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=83d8b74f08d2254c59b9790bc1f669e09099457b884720ececbf45f4b46d1776
checksum=da4f9486fad413d3af7abb1b09269325fdb4bff7e7b88f2195ddee743263cf7e
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+=" 50afb9765d6a2f937f609ac33ebe553326347aef23eddd49c46d76456a5b3095"
checksum+=" 9ccf12f17f57923ede10f370756ab868ae949d435217854167e3dbbfb44cec53"
;;
arm*)
distfiles+=" ${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-1.2.14-armhf-linux-binary.tar.bz2"