sbcl: update to 2.0.0

This commit is contained in:
Benjamin Slade 2019-12-29 10:05:22 -07:00 committed by Leah Neukirchen
parent 8c9aca6426
commit 9feb4517b9
1 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'sbcl'
pkgname=sbcl
version=1.5.9
version=2.0.0
revision=1
archs="i686 x86_64* armv7l aarch64"
@ -9,11 +9,11 @@ makedepends="zlib-devel"
conf_files="/etc/sbclrc"
short_desc="Steel Bank Common Lisp"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="custom"
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=cbdb0d25e8a4b02b8369a667a289c8f0ce1d4ebb4e565e9191a31f1ae9a4b9b6
checksum=90369256805d437c82ab9bdab9a410076f57810a50bb2b228de4e6c892692fcf
nocross=yes
nopie=yes
@ -21,7 +21,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+=" 4c789c6bc87d5e1a93e1b0e5f15d7023b22b61b93661e91f6a69a588a0b4eb16"
checksum+=" 938065251d5a7d4d1d6650e0e728dcfe94745d769aa57f68bae73468693be530"
;;
i686)
distfiles+=" ${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-1.4.3-x86-linux-binary.tar.bz2"