sbcl: update to 2.2.10.

This commit is contained in:
Leah Neukirchen 2022-11-01 12:27:58 +01:00
parent 786a801223
commit eea9aafca9
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'sbcl'
pkgname=sbcl
version=2.2.9
version=2.2.10
revision=1
create_wrksrc="required"
build_wrksrc=sbcl
@ -15,7 +15,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=7ebebd6d2023fff7077b0372fa1171f880529bdec6104f20983297c2feb7c172
checksum=8cc3c3a8761223adef144a88730b2675083a3b26fa155d70cf91abb935e90833
nocross=yes
nopie=yes
@ -23,7 +23,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+=" 54d8b1acc2080f0ef34ce01c80b15322145f056b282dbb3151bfd3ac73fee5d1"
checksum+=" 7dde88ec2db3ca1012aa158366c3794a6170cf012e321a19339d422aa9309af6"
;;
arm*)
distfiles+=" ${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-1.2.14-armhf-linux-binary.tar.bz2"