From e2d62650a4d4155ace73f4c531baaf02f757478f Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Fri, 31 Dec 2021 14:06:46 +0100 Subject: [PATCH] sbcl: update to 2.2.0. --- srcpkgs/sbcl/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/sbcl/template b/srcpkgs/sbcl/template index 524d66eb8d0..96630871e25 100644 --- a/srcpkgs/sbcl/template +++ b/srcpkgs/sbcl/template @@ -1,6 +1,6 @@ # Template file for 'sbcl' pkgname=sbcl -version=2.1.11 +version=2.2.0 revision=1 archs="i686 x86_64* armv7l aarch64 ppc64le*" hostmakedepends="iana-etc" @@ -12,7 +12,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=bfc1481de7fdbdfaeef2ab0f0e8e84efd343433dea8d21cfbea8b0146cbdfefd +checksum=2276957ea86ae9968ca486a9928c67a34cb31c9403ec657d24ecdf8458daa5c6 nocross=yes nopie=yes @@ -20,7 +20,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+=" e9605c843776470d8f81000b732b0a672ec355c0e3d6bbebfb900eddeb86c440" + checksum+=" e480db37b2cc8e97e0105f44291aa6fa372e09d070d64466384e5eb9eb76939d" ;; i686) distfiles+=" ${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-1.4.3-x86-linux-binary.tar.bz2"