sbcl: update to 1.4.6.

This commit is contained in:
Leah Neukirchen 2018-04-01 12:56:24 +02:00
parent 86a55484f7
commit 495e7f6e4b

View File

@ -1,6 +1,6 @@
# Template file for 'sbcl'
pkgname=sbcl
version=1.4.5
version=1.4.6
revision=1
only_for_archs="i686 x86_64 x86_64-musl armv7l aarch64"
hostmakedepends="iana-etc"
@ -11,7 +11,7 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
license="custom"
homepage="http://www.sbcl.org/"
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}-source.tar.bz2"
checksum=96192effd17f3e457f77bcff0619784ce6e7293e27e0e6c1546a542b3d8ac540
checksum=4411b01329d4dd531c8a0cb4036462fb4fd5f6e7abe2d521c6aa2a3adefb8678
nocross=yes
nopie=yes
@ -19,7 +19,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+=" 34442cff1f0b1bfd496d9c51142f52a47334e953a4d09f401a8c61f77472afc1"
checksum+=" 740e45ea8a235aa14f1b2c717c94db6616e60fdcf7c3fa9b7120f606557ffeec"
;;
i686)
distfiles+=" ${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-1.4.3-x86-linux-binary.tar.bz2"