sbcl: update to 2.1.4.

This commit is contained in:
Leah Neukirchen 2021-04-30 10:41:27 +02:00
parent b634dd82a0
commit ddc61f9c83

View file

@ -1,6 +1,6 @@
# Template file for 'sbcl'
pkgname=sbcl
version=2.1.3
version=2.1.4
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=a90d4a4150c5ec1e13f07aa67dff2bde3b3c8344eaf81f4e9a519c8ab41adac0
checksum=99260e2346fcd22ae5546e15baf50899dcb3b75a6c74cc7cc849378899efbd11
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+=" e202b27f98ab5e74e75482b1cd439d43ec87845cbb96ba07471117b7c6b8eafb"
checksum+=" 46b8deff7d498407c3d47e918e8b9b2851e77c479ed909c54a9ef7722d98314a"
;;
i686)
distfiles+=" ${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-1.4.3-x86-linux-binary.tar.bz2"