sbcl: update to 2.0.3.

This commit is contained in:
Leah Neukirchen 2020-03-29 20:35:18 +02:00
parent b0f1bde67b
commit 33cb11070c
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'sbcl'
pkgname=sbcl
version=2.0.2
version=2.0.3
revision=1
archs="i686 x86_64* armv7l aarch64"
@ -13,7 +13,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=4864046e3b8bc0d0af7523491cf0e2be6155518864e63cf2e6f8326865fbfe1e
checksum=b5543f123214b2023ff5fc32dfd00b6cfeabd92c8edb33ad208842c4fd642f00
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+=" c69e69db3a5e42ea15aeecd15e4e528f2cdcbc2bb5d3c821aa32cd3a1ddf976d"
checksum+=" 8cbf09bf915c07866a0b856eff4bde31bd4151473589fa97773eabcc0bd82696"
;;
i686)
distfiles+=" ${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-1.4.3-x86-linux-binary.tar.bz2"