sbcl: update to 1.4.13.

This commit is contained in:
Leah Neukirchen 2018-10-29 16:50:25 +01:00
parent 251a3b3d75
commit 24d521d218
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'sbcl'
pkgname=sbcl
version=1.4.12
version=1.4.13
revision=1
only_for_archs="i686 x86_64 x86_64-musl armv7l aarch64"
@ -13,7 +13,7 @@ license="custom"
homepage="http://www.sbcl.org/"
changelog="http://www.sbcl.org/news.html"
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}-source.tar.bz2"
checksum=eaf889e6d4070de1487330e391d79986c2464ee365e206410178faf60b244a55
checksum=75bfef4e2eba160cf0242b6adcd1380d2c525becc8512ce999f49881beb51988
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+=" 48cd06f90fbf52e6e04dcbe712664d883a8088838528ef93fc6539355db75c4d"
checksum+=" 534613dad3459a3416a351215b39e91f4e77fb2137e72f193dae65f6ca11deef"
;;
i686)
distfiles+=" ${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-1.4.3-x86-linux-binary.tar.bz2"