From 6bfbfeb91d1cdae92f4e33e0f5dbcb54c1df03f5 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Fri, 3 Jan 2025 18:01:05 +0100 Subject: [PATCH] sbcl: update to 2.5.0. --- srcpkgs/sbcl/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/sbcl/template b/srcpkgs/sbcl/template index 21ca289cebb..32c9da3002f 100644 --- a/srcpkgs/sbcl/template +++ b/srcpkgs/sbcl/template @@ -1,7 +1,7 @@ # Template file for 'sbcl' pkgname=sbcl -version=2.4.11 -revision=2 +version=2.5.0 +revision=1 # make sure the sbcl option in maxima is enabled for the same archs archs="i686 x86_64* armv7l aarch64 ppc64le*" create_wrksrc="required" @@ -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=4f03e5846f35834c10700bbe232da41ba4bdbf81bdccacb1d4de24297657a415 +checksum=2e18afd088e4a2df21b77bae2e170ce570d11da6d27607292265f1cc6a8a19b1 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+=" 25ffe843fca5179f53bdc7d5d6d63529235801874c37aadd731b6496c6ef7dd8" + checksum+=" ac430fe7cf6b4a8d4dc8e0a2371265b6c6605dba06874a9c93521222292769a2" ;; arm*) distfiles+=" ${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-1.2.14-armhf-linux-binary.tar.bz2"