mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
sbcl: update to 2.5.7.
This commit is contained in:
parent
030679ef40
commit
e808c80d08
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'sbcl'
|
||||
pkgname=sbcl
|
||||
version=2.5.6
|
||||
version=2.5.7
|
||||
revision=1
|
||||
# make sure the sbcl option in maxima is enabled for the same archs
|
||||
archs="i686 x86_64* armv7l aarch64 ppc64le*"
|
||||
|
@ -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=6dd7cebff6d38f2e41baece14c4c56a32e968828aaa4171b8e840852c5b43f35
|
||||
checksum=c4fafeb795699d5bcff9085091acc762dcf5e55f85235625f3d7aef12c89d1d3
|
||||
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+=" 47bc3d01804507be957a98c1c3ccb0fcca82a0538411113b0ba65c0fdddbf030"
|
||||
checksum+=" 310fda57f7ff57ae4ca743ef3d49dfda6930eb8cf2be0102b1085687f8142498"
|
||||
;;
|
||||
arm*)
|
||||
distfiles+=" ${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-1.2.14-armhf-linux-binary.tar.bz2"
|
||||
|
|
Loading…
Add table
Reference in a new issue