sbcl: update to 2.4.11.
This commit is contained in:
parent
ddfd015241
commit
d65b39fd59
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'sbcl'
|
||||
pkgname=sbcl
|
||||
version=2.4.10
|
||||
version=2.4.11
|
||||
revision=1
|
||||
# make sure the sbcl option in maxima is enabled for the same archs
|
||||
archs="i686 x86_64* armv7l aarch64 ppc64le*"
|
||||
|
@ -8,7 +8,7 @@ create_wrksrc="required"
|
|||
build_wrksrc=sbcl
|
||||
hostmakedepends="iana-etc texinfo"
|
||||
makedepends="libzstd-devel zlib-devel"
|
||||
checkdepends="strace which"
|
||||
checkdepends="procps-ng strace which"
|
||||
conf_files="/etc/sbclrc"
|
||||
short_desc="Steel Bank Common Lisp"
|
||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||
|
@ -16,7 +16,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=ceeb396b69d2913eee04841c2af6beca5c342ce1464c3fe3e453f2de10c5e2f8
|
||||
checksum=4f03e5846f35834c10700bbe232da41ba4bdbf81bdccacb1d4de24297657a415
|
||||
nocross=yes
|
||||
nopie=yes
|
||||
|
||||
|
@ -24,7 +24,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+=" 99cc019120172bb4317f3c79cfc3afffe51e314091e07e8c0ba1d94759767777"
|
||||
checksum+=" 25ffe843fca5179f53bdc7d5d6d63529235801874c37aadd731b6496c6ef7dd8"
|
||||
;;
|
||||
arm*)
|
||||
distfiles+=" ${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-1.2.14-armhf-linux-binary.tar.bz2"
|
||||
|
|
Loading…
Reference in New Issue