sbcl: update to 2.5.5.

This commit is contained in:
Leah Neukirchen 2025-06-12 12:18:26 +02:00
parent 038b77b9f2
commit b7dd935f64

View file

@ -1,6 +1,6 @@
# Template file for 'sbcl' # Template file for 'sbcl'
pkgname=sbcl pkgname=sbcl
version=2.5.4 version=2.5.5
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*"
@ -16,7 +16,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=5f14b4ed92942a9e387594fac000b96db7467e9ce5613067ffc0923df3ec2072 checksum=6502670afb361ba9be44a2fafe9af9b59e7b24ae509a791a66b5481f2955950b
nocross=yes nocross=yes
nopie=yes nopie=yes
@ -24,7 +24,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+=" d71adcaf3e8db6702a3b04e310513294db898e8c11e20ae0ac6bccbb97b3e955" checksum+=" 3c77e7d674c6720d56e6dd16ab61890c52b123bde9babace71b2a6cbfce0a0cd"
;; ;;
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"