mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
sbcl: update to 2.3.5.
This commit is contained in:
parent
814995ccdd
commit
3fa388c69c
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'sbcl'
|
||||
pkgname=sbcl
|
||||
version=2.3.4
|
||||
version=2.3.5
|
||||
revision=1
|
||||
# make sure the sbcl option in maxima is enabled for the same archs
|
||||
archs="i686 x86_64* armv7l aarch64 ppc64le*"
|
||||
|
@ -15,7 +15,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=f11b4764c6eabdb27e5a9c46b217204d11bcda534e73bf97073d57831d209c4e
|
||||
checksum=89c90720cf9d05dbcd90d690e381a2514c0f1807159e0d7222220c5a8c2d5186
|
||||
nocross=yes
|
||||
nopie=yes
|
||||
|
||||
|
@ -23,7 +23,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+=" 2ea6f7648f05aa1384c83331f1b6d7b018f20fbe621f7d3e57bab7c5c2899508"
|
||||
checksum+=" c4a9f2b30eeb74db0f069538458b955cfef46eecccc771b17ab250e9c144122d"
|
||||
;;
|
||||
arm*)
|
||||
distfiles+=" ${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-1.2.14-armhf-linux-binary.tar.bz2"
|
||||
|
|
Loading…
Add table
Reference in a new issue