From 00b560ae74aad7e0df1f6f09b0aba81f9c2bdf33 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 2 Jul 2025 15:14:54 +0200 Subject: [PATCH] sbcl: update to 2.5.6. --- srcpkgs/sbcl/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/sbcl/template b/srcpkgs/sbcl/template index d584c52120d..de8b05df9a8 100644 --- a/srcpkgs/sbcl/template +++ b/srcpkgs/sbcl/template @@ -1,6 +1,6 @@ # Template file for 'sbcl' pkgname=sbcl -version=2.5.5 +version=2.5.6 revision=1 # make sure the sbcl option in maxima is enabled for the same archs archs="i686 x86_64* armv7l aarch64 ppc64le*" @@ -16,7 +16,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=6502670afb361ba9be44a2fafe9af9b59e7b24ae509a791a66b5481f2955950b +checksum=6dd7cebff6d38f2e41baece14c4c56a32e968828aaa4171b8e840852c5b43f35 nocross=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 x86_64) distfiles+=" ${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}-x86-64-linux-binary.tar.bz2" - checksum+=" 3c77e7d674c6720d56e6dd16ab61890c52b123bde9babace71b2a6cbfce0a0cd" + checksum+=" 47bc3d01804507be957a98c1c3ccb0fcca82a0538411113b0ba65c0fdddbf030" ;; arm*) distfiles+=" ${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-1.2.14-armhf-linux-binary.tar.bz2"