mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
sbcl: update to 2.4.7.
This commit is contained in:
parent
b601da7b6f
commit
2578000d01
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'sbcl'
|
# Template file for 'sbcl'
|
||||||
pkgname=sbcl
|
pkgname=sbcl
|
||||||
version=2.4.6
|
version=2.4.7
|
||||||
revision=1
|
revision=1
|
||||||
# make sure the sbcl option in maxima is enabled for the same archs
|
# make sure the sbcl option in maxima is enabled for the same archs
|
||||||
archs="i686 x86_64* armv7l aarch64 ppc64le*"
|
archs="i686 x86_64* armv7l aarch64 ppc64le*"
|
||||||
|
@ -16,7 +16,7 @@ license="custom:BSD+public_domain"
|
||||||
homepage="http://www.sbcl.org/"
|
homepage="http://www.sbcl.org/"
|
||||||
changelog="http://www.sbcl.org/news.html"
|
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=a489907842dae09a1726d62985bf7a56670aaea2f3eca1fb7023bca67c3f3091
|
checksum=68544d2503635acd015d534ccc9b2ae9f68996d429b5a9063fd22ff0925011d2
|
||||||
nocross=yes
|
nocross=yes
|
||||||
nopie=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
|
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+=" d9817247fb2734a089614509f37f97a2fea71bef4c7495c36931fcbd1faea0fd"
|
checksum+=" 1f900cf99f2617f613fe0a6d3490d3e00aa5e9740c88a8c88022a0ac766b0457"
|
||||||
;;
|
;;
|
||||||
arm*)
|
arm*)
|
||||||
distfiles+=" ${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-1.2.14-armhf-linux-binary.tar.bz2"
|
distfiles+=" ${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-1.2.14-armhf-linux-binary.tar.bz2"
|
||||||
|
|
Loading…
Add table
Reference in a new issue