sbcl: update to 1.4.5.

This commit is contained in:
Leah Neukirchen 2018-03-05 22:44:32 +01:00
parent 289814a126
commit ed2d2bede2
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'sbcl'
pkgname=sbcl
version=1.4.4
version=1.4.5
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=ca1168b91b2260fbe021b2dc726fe9572d281cbca66b85e0ee7e9f8dd12adbcc
checksum=96192effd17f3e457f77bcff0619784ce6e7293e27e0e6c1546a542b3d8ac540
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+=" 4df510fd843b2000579019c3d729421d49c5ef44e93369d25880dce7e2d08f31"
checksum+=" 34442cff1f0b1bfd496d9c51142f52a47334e953a4d09f401a8c61f77472afc1"
;;
i686)
distfiles+=" ${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-1.4.3-x86-linux-binary.tar.bz2"