sbcl: update to 2.0.7.

This commit is contained in:
Leah Neukirchen 2020-07-31 11:38:18 +02:00
parent 6e7a16067d
commit 29b53cfed4

View file

@ -1,6 +1,6 @@
# Template file for 'sbcl'
pkgname=sbcl
version=2.0.6
version=2.0.7
revision=1
archs="i686 x86_64* armv7l aarch64"
@ -13,7 +13,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=fd92d64c1d97cc4f42fe3dcad2b183bcb225d01cdba4461634926f2f70adddae
checksum=f596eed82c50abdf48dee5aba0bc39f62d158be29d2e1306f2b0b804219c617c
nocross=yes
nopie=yes
@ -21,7 +21,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+=" 0abe511b860ed2a26e61a50c50e0fc50f0060b72a26441cbb344801b8621d34e"
checksum+=" 14d7722ac1849919667527c71ce216dfbeb348891efaac850711481b1c72239b"
;;
i686)
distfiles+=" ${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-1.4.3-x86-linux-binary.tar.bz2"