sbcl: update to 1.3.20.
This commit is contained in:
parent
9507092e2d
commit
c0224f4f6b
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'sbcl'
|
||||
pkgname=sbcl
|
||||
version=1.3.19
|
||||
version=1.3.20
|
||||
revision=1
|
||||
only_for_archs="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=b5eb98537aaa7afe24851a6da2f65798c6607e975062618dba33fa3a087fc018
|
||||
checksum=5282318053b62ff041c14956dd5a2e2e66697482141713c6c5df375d05cd1f62
|
||||
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+=" d9207dd75d631919bc99d500fd441cfbfded63e1c3985a8a08dbc60d658adad8"
|
||||
checksum+=" cda8d3f36eaaa52e0bda8042cf2e49a2ca1b71e5076eb78104de012cff91c95d"
|
||||
;;
|
||||
i686)
|
||||
distfiles+=" ${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-1.2.7-x86-linux-binary.tar.bz2"
|
||||
|
|
Loading…
Reference in a new issue