sbcl: update to 1.5.9.

This commit is contained in:
Leah Neukirchen 2019-11-27 10:52:06 +01:00
parent 74ec012b26
commit a5e66751f5

View File

@ -1,6 +1,6 @@
# Template file for 'sbcl'
pkgname=sbcl
version=1.5.8
version=1.5.9
revision=1
archs="i686 x86_64* armv7l aarch64"
@ -13,7 +13,7 @@ license="custom"
homepage="http://www.sbcl.org/"
changelog="http://www.sbcl.org/news.html"
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}-source.tar.bz2"
checksum=84572f9133d13c982db13d1768d38331421204bc0ca083dacc5364e46796ff4c
checksum=cbdb0d25e8a4b02b8369a667a289c8f0ce1d4ebb4e565e9191a31f1ae9a4b9b6
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+=" 63fca9fb30aab7939d1bee0e9b1e995be4d97b0c480670ceeabe8e7363d394d9"
checksum+=" 4c789c6bc87d5e1a93e1b0e5f15d7023b22b61b93661e91f6a69a588a0b4eb16"
;;
i686)
distfiles+=" ${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-1.4.3-x86-linux-binary.tar.bz2"