sbcl: update to 1.4.9.

This commit is contained in:
Leah Neukirchen 2018-06-29 13:34:34 +02:00
parent 5471577f8b
commit 807474927b

View file

@ -1,6 +1,6 @@
# Template file for 'sbcl'
pkgname=sbcl
version=1.4.8
version=1.4.9
revision=1
only_for_archs="i686 x86_64 x86_64-musl armv7l aarch64"
@ -12,7 +12,7 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
license="custom"
homepage="http://www.sbcl.org/"
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}-source.tar.bz2"
checksum=ce24b62b88482621c228a4fd6c802350330b6263e1b1b98460eeb4a81d7fb335
checksum=8f679eba0a5a8d86feced6776e389cc791a26998e4b43185a5e02bebb76620c5
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+=" f0612bbf37de07c4d1213de1cdd108315da1f2251789d0278592b434fa82b044"
checksum+=" e71935d6fcb563d93f1ac8df1adfe7bcd2cbe9fe1a2d1bc46ac30fda17d11f72"
;;
i686)
distfiles+=" ${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-1.4.3-x86-linux-binary.tar.bz2"