From 703a3679eae994d49ebeb361e4e3d4e5e939d3a0 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Fri, 4 Apr 2025 16:37:55 +0200 Subject: [PATCH] sbcl: update to 2.5.3. --- srcpkgs/sbcl/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/sbcl/template b/srcpkgs/sbcl/template index 8bf464115cc..6ad44ea1768 100644 --- a/srcpkgs/sbcl/template +++ b/srcpkgs/sbcl/template @@ -1,6 +1,6 @@ # Template file for 'sbcl' pkgname=sbcl -version=2.5.2 +version=2.5.3 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=5dc27eba7dda433df53fd7441de8b11474a82cdac1689c1f6ce55fa065d65fac +checksum=8a1e76e75bb73eaec2df1ee0541aab646caa1042c71e256aaa67f7aff3ab16d5 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+=" 6330ebcd7ecaa4e5df8dfa145520473f090a449299e6675ad12eb48f2d4f5df1" + checksum+=" e207fa6e851631dee0a467cea4f15276d31d4192c949a2b1d3d0daadbf70d443" ;; arm*) distfiles+=" ${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-1.2.14-armhf-linux-binary.tar.bz2"