sbcl: update to 2.1.8.

This commit is contained in:
Leah Neukirchen 2021-09-01 13:54:04 +02:00
parent 2c1fde0ef2
commit fa26d94412
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'sbcl'
pkgname=sbcl
version=2.1.7
version=2.1.8
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=12606f153832ae2003d2162a6b3a851a5e8969ccbbf7538d2b0fb32d17ea1dc6
checksum=a3ea7bafcca051073b3769c1ee79d26c3c47cb4eb2f548b07ace38df14e25546
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+=" 4a09d891c2b5a0214bf6ddb348c53abfb540f192d552adb03a22271961a9b458"
checksum+=" 1e077f1b3930efc898c9ab7a42c0cb91f0c3cde9131b1df3395e928d898e2aef"
;;
i686)
distfiles+=" ${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-1.4.3-x86-linux-binary.tar.bz2"