mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
sbcl: update to 2.2.11.
This commit is contained in:
parent
ba6875ea71
commit
f34212524e
1 changed files with 5 additions and 5 deletions
|
@ -1,11 +1,11 @@
|
||||||
# Template file for 'sbcl'
|
# Template file for 'sbcl'
|
||||||
pkgname=sbcl
|
pkgname=sbcl
|
||||||
version=2.2.10
|
version=2.2.11
|
||||||
revision=1
|
revision=1
|
||||||
create_wrksrc="required"
|
|
||||||
build_wrksrc=sbcl
|
|
||||||
# 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*"
|
||||||
|
create_wrksrc="required"
|
||||||
|
build_wrksrc=sbcl
|
||||||
hostmakedepends="iana-etc texinfo"
|
hostmakedepends="iana-etc texinfo"
|
||||||
makedepends="libzstd-devel zlib-devel"
|
makedepends="libzstd-devel zlib-devel"
|
||||||
conf_files="/etc/sbclrc"
|
conf_files="/etc/sbclrc"
|
||||||
|
@ -15,7 +15,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=8cc3c3a8761223adef144a88730b2675083a3b26fa155d70cf91abb935e90833
|
checksum=3607d68016731880845ced5d5d55c6054cc49f19121a15027e6c5607ae8496df
|
||||||
nocross=yes
|
nocross=yes
|
||||||
nopie=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
|
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+=" 7dde88ec2db3ca1012aa158366c3794a6170cf012e321a19339d422aa9309af6"
|
checksum+=" 477a885b260c8cf8c794e0c9af0769303706f11e51367dad48e5b402ad0a9493"
|
||||||
;;
|
;;
|
||||||
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