sbcl: update to 1.4.12.

This commit is contained in:
Leah Neukirchen 2018-09-29 16:04:29 +02:00
parent 6d2078fd47
commit f51f42f4b2

View file

@ -1,6 +1,6 @@
# Template file for 'sbcl' # Template file for 'sbcl'
pkgname=sbcl pkgname=sbcl
version=1.4.11 version=1.4.12
revision=1 revision=1
only_for_archs="i686 x86_64 x86_64-musl armv7l aarch64" only_for_archs="i686 x86_64 x86_64-musl armv7l aarch64"
@ -11,8 +11,9 @@ short_desc="Steel Bank Common Lisp"
maintainer="Leah Neukirchen <leah@vuxu.org>" maintainer="Leah Neukirchen <leah@vuxu.org>"
license="custom" license="custom"
homepage="http://www.sbcl.org/" homepage="http://www.sbcl.org/"
changelog="http://www.sbcl.org/news.html"
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}-source.tar.bz2" distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}-source.tar.bz2"
checksum=f4b82e95ed1b1d973901442fb9e609c1446bc50a4e554ca8b94b8e8c281c4eb5 checksum=eaf889e6d4070de1487330e391d79986c2464ee365e206410178faf60b244a55
nocross=yes nocross=yes
nopie=yes nopie=yes
@ -20,7 +21,7 @@ _bootstrap_lisp="bash ../sbcl-*-linux/run-sbcl.sh --no-sysinit --no-userinit --d
case "$XBPS_TARGET_MACHINE" in case "$XBPS_TARGET_MACHINE" in
x86_64) x86_64)
distfiles+=" ${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}-x86-64-linux-binary.tar.bz2" distfiles+=" ${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}-x86-64-linux-binary.tar.bz2"
checksum+=" b40ba286bf24647dd6241927ec0679080a1a3dd4c2895a3ff398f93b1ca0e464" checksum+=" 48cd06f90fbf52e6e04dcbe712664d883a8088838528ef93fc6539355db75c4d"
;; ;;
i686) i686)
distfiles+=" ${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-1.4.3-x86-linux-binary.tar.bz2" distfiles+=" ${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-1.4.3-x86-linux-binary.tar.bz2"